Class ClientDeliverable<DeliveryType,ReceiverType extends ClientReceiverLinkType>

java.lang.Object
org.apache.qpid.protonj2.client.impl.ClientDeliverable<DeliveryType,ReceiverType>
Type Parameters:
DeliveryType - The client delivery type streamed or non-streamed
ReceiverType - The client receiver type streaming or non-streaming
Direct Known Subclasses:
ClientDelivery, ClientStreamDelivery

public abstract class ClientDeliverable<DeliveryType,ReceiverType extends ClientReceiverLinkType> extends Object
Abstract type that implements some of the common portions of a delivery wrapper type.