Package com.tick42.glue.core.interop
Class ServerMethod
java.lang.Object
com.tick42.glue.core.interop.ServerMethod
public class ServerMethod extends Object
A method backed by a specific server instance.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServerMethod.Builder -
Method Summary
Modifier and Type Method Description static ServerMethod.Builderbuilder(Instance instance, String name)MethodDefinitiongetDefinition()StringgetId()InstancegetInstance()booleanisSupportsStreaming()StringtoString()