Class CommandableGrpc.CommandableImplBase
java.lang.Object
org.pipservices4.grpc.commandable.CommandableGrpc.CommandableImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
CommandableGrpc
public abstract static class CommandableGrpc.CommandableImplBase
extends Object
implements io.grpc.BindableService
The commandable service definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionvoidinvoke(InvokeRequest request, io.grpc.stub.StreamObserver<InvokeReply> responseObserver)
-
Constructor Details
-
CommandableImplBase
public CommandableImplBase()
-
-
Method Details
-
invoke
public void invoke(InvokeRequest request, io.grpc.stub.StreamObserver<InvokeReply> responseObserver) -
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-