Class ProtonUuidTagGenerator
java.lang.Object
org.apache.qpid.protonj2.engine.impl.ProtonDeliveryTagGenerator
org.apache.qpid.protonj2.engine.impl.ProtonUuidTagGenerator
- All Implemented Interfaces:
DeliveryTagGenerator
Built in proton
DeliveryTagGenerator that creates new DeliveryTag values
backed by randomly generated UUID instances.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.qpid.protonj2.engine.impl.ProtonDeliveryTagGenerator
ProtonDeliveryTagGenerator.BUILTIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextTag()Creates and returns the nextDeliveryTagtag that should be used when populating anOutgoingDelivery.
-
Constructor Details
-
ProtonUuidTagGenerator
public ProtonUuidTagGenerator()
-
-
Method Details
-
nextTag
Description copied from interface:DeliveryTagGeneratorCreates and returns the nextDeliveryTagtag that should be used when populating anOutgoingDelivery.- Returns:
- the next
DeliveryTagto use for anOutgoingDelivery.
-