Interface ClientFactory<T extends Client<Connection<T>>>

    • Method Detail

      • create

        T create​(Connection<T> connection)
        This method must create a Client using the connection parameter.
        Parameters:
        connection - - the underlying connection to client.
        Returns:
        a client implementation.