Class ProtonSequentialTagGenerator

java.lang.Object
org.apache.qpid.protonj2.engine.impl.ProtonDeliveryTagGenerator
org.apache.qpid.protonj2.engine.impl.ProtonSequentialTagGenerator
All Implemented Interfaces:
DeliveryTagGenerator
Direct Known Subclasses:
ProtonPooledTagGenerator

public class ProtonSequentialTagGenerator extends ProtonDeliveryTagGenerator
A Built in proton DeliveryTagGenerator that creates new tags using a sequential numeric value which is encoded using the most compact representation of the numeric value.