Interface GrpcIpcServer

  • All Known Implementing Classes:
    GrpcIpcServerBuilder

    public interface GrpcIpcServer
    This Interface allows us to have a common Grpc Server for all IPC Services.
    • Method Detail

      • startServer

        void startServer​(io.grpc.BindableService bindableService)
                  throws IOException
        Starts server, this will not immediately start server but schedules server start after certain delay.
        Parameters:
        bindableService - The service that needs to be added
        Throws:
        IOException
      • stopServer

        void stopServer()
        Stops the Server.
      • getProperties

        Properties getProperties()
        Get properties with which the service has started.