Interface StartStoppable

  • All Known Subinterfaces:
    RpcServer

    public interface StartStoppable
    Interface to start and stop the processing of rpc calls in the rpc server.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void start()
      Starts the processing of remote procedure calls.
      void stop()
      Stops the processing of remote procedure calls.
    • Method Detail

      • start

        void start()
        Starts the processing of remote procedure calls.
      • stop

        void stop()
        Stops the processing of remote procedure calls.