Uses of Class
org.apache.qpid.protonj2.engine.impl.ProtonDeliveryTagGenerator
Packages that use ProtonDeliveryTagGenerator
-
Uses of ProtonDeliveryTagGenerator in org.apache.qpid.protonj2.engine.impl
Subclasses of ProtonDeliveryTagGenerator in org.apache.qpid.protonj2.engine.implModifier and TypeClassDescriptionclassBuilt in TransferDeliveryTaggenerator that uses a fixed size tag pool to reduce GC overhead by reusing tags that have been released from settled messages.classA Built in protonDeliveryTagGeneratorthat creates new tags using a sequential numeric value which is encoded using the most compact representation of the numeric value.classBuilt in protonDeliveryTagGeneratorthat creates newDeliveryTagvalues backed by randomly generated UUID instances.