Interface Endpoint

  • All Known Implementing Classes:
    BaseEndpoint, DatagramEndpoint

    public interface Endpoint
    Represents the logical endpoint where commands come from or are sent to. For connection based transports like TCP / VM then there is a single endpoint for all commands. For transports like multicast there could be different endpoints being used on the same transport.