Interface ManagedTransport<S,​R>

  • Type Parameters:
    S - The object to use for sending messages.
    R - The object to use for receiving messages.
    All Superinterfaces:
    ClientTransport<S>, Transport<S,​R>

    public interface ManagedTransport<S,​R>
    extends Transport<S,​R>
    Represents a Transport that is managed by the core system.

    All threading, work management, etc is managed for the implementer of this class automatically.