Uses of Interface
org.apache.qpid.protonj2.engine.DeliveryTagGenerator
-
Packages that use DeliveryTagGenerator Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl -
-
Uses of DeliveryTagGenerator in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return DeliveryTagGenerator Modifier and Type Method Description DeliveryTagGeneratorSender. getDeliveryTagGenerator()Methods in org.apache.qpid.protonj2.engine with parameters of type DeliveryTagGenerator Modifier and Type Method Description SenderSender. setDeliveryTagGenerator(DeliveryTagGenerator generator)Configures aDeliveryTagGeneratorthat will be used to create and set aDeliveryTagvalue on each newOutgoingDeliverythat is created and returned from theSender.next()method. -
Uses of DeliveryTagGenerator in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl that implement DeliveryTagGenerator Modifier and Type Class Description classProtonDeliveryTagGeneratorProton providedDeliveryTagGeneratorutility.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.Methods in org.apache.qpid.protonj2.engine.impl that return DeliveryTagGenerator Modifier and Type Method Description abstract DeliveryTagGeneratorProtonDeliveryTagGenerator.BUILTIN. createGenerator()DeliveryTagGeneratorProtonSender. getDeliveryTagGenerator()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type DeliveryTagGenerator Modifier and Type Method Description SenderProtonSender. setDeliveryTagGenerator(DeliveryTagGenerator generator)
-