Class ClientReceiverLinkType<ReceiverType extends Link<ReceiverType>>

  • Type Parameters:
    ReceiverType - The client receiver type that is being implemented.
    All Implemented Interfaces:
    AutoCloseable, Link<ReceiverType>
    Direct Known Subclasses:
    ClientReceiver, ClientStreamReceiver

    public abstract class ClientReceiverLinkType<ReceiverType extends Link<ReceiverType>>
    extends ClientLinkType<ReceiverType,​Receiver>
    Base class for client link types that wrap a proton receiver to provide delivery dispatch in some manner.