Class CommandableGrpc
java.lang.Object
org.pipservices4.grpc.commandable.CommandableGrpc
@Generated(value="by gRPC proto compiler (version 1.4.0)",
comments="Source: commandable.proto")
public final class CommandableGrpc
extends Object
The commandable service definition.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe commandable service definition.static final classThe commandable service definition.static classThe commandable service definition.static final classThe commandable service definition. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<InvokeRequest,InvokeReply> static final String -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
METHOD_INVOKE
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<InvokeRequest,InvokeReply> METHOD_INVOKE
-
-
Method Details
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-