Class ClientReceiverLinkType<ReceiverType extends Link<ReceiverType>>

java.lang.Object
org.apache.qpid.protonj2.client.impl.ClientLinkType<ReceiverType,Receiver>
org.apache.qpid.protonj2.client.impl.ClientReceiverLinkType<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.