Interface Client

All Known Implementing Classes:
RpcClient

public interface Client
A dispatch client.
Author:
bratseth
  • Method Details

    • createConnection

      Client.NodeConnection createConnection(String hostname, int port)
      Creates a connection to a particular node in this
    • close

      void close()