Interface ServiceConnectionManager<S>

    • Method Detail

      • connect

        void connect​(S service)
        Connect to the given service.
        Parameters:
        service - service to connect to
      • disconnect

        void disconnect()
        Disconnect from the current service.
      • close

        void close()
        Close the service connection manager. A closed manager must not be used again.