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