Interface ServerEndpoint


  • @Unstable
    public interface ServerEndpoint
    A physical server of an endpoint.
    Author:
    Julien Viet
    • Method Detail

      • key

        String key()
        Returns:
        the node key for hashing strategies
      • address

        SocketAddress address()
        Returns:
        the server socket address
      • newInteraction

        ServerInteraction newInteraction()
        Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics.
        Returns:
        the request