Class ClientSenderLinkType<LinkType extends Link<LinkType>>

java.lang.Object
org.apache.qpid.protonj2.client.impl.ClientLinkType<LinkType,Sender>
org.apache.qpid.protonj2.client.impl.ClientSenderLinkType<LinkType>
Type Parameters:
LinkType - The client sender link type being implemented.
All Implemented Interfaces:
AutoCloseable, Link<LinkType>
Direct Known Subclasses:
ClientSender, ClientStreamSender

public abstract class ClientSenderLinkType<LinkType extends Link<LinkType>> extends ClientLinkType<LinkType,Sender>
Base type for all the proton client sender types which provides a few extra APIs for the connection and session to use when managing senders.