Class ClientSenderLinkType<LinkType extends Link<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.