Interface GrpcIoServiceBridge


  • public interface GrpcIoServiceBridge
    Bridge a gRPC service with a GrpcServer.
    • Method Detail

      • bind

        void bind​(GrpcIoServer server)
        Bind all service methods to the @{code server}.
        Parameters:
        server - the server to bind to
      • unbind

        void unbind​(GrpcIoServer server)
        Unbind all service methods from the @{code server}.
        Parameters:
        server - the server to unbind from