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 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:
      bindService in interface io.grpc.BindableService