Class ProtonUuidTagGenerator
- java.lang.Object
-
- org.apache.qpid.protonj2.engine.impl.ProtonDeliveryTagGenerator
-
- org.apache.qpid.protonj2.engine.impl.ProtonUuidTagGenerator
-
- All Implemented Interfaces:
DeliveryTagGenerator
public class ProtonUuidTagGenerator extends ProtonDeliveryTagGenerator
Built in protonDeliveryTagGeneratorthat creates newDeliveryTagvalues 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 Constructor Description ProtonUuidTagGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryTagnextTag()Creates and returns the nextDeliveryTagtag that should be used when populating anOutgoingDelivery.
-
-
-
Method Detail
-
nextTag
public DeliveryTag nextTag()
Description copied from interface:DeliveryTagGeneratorCreates and returns the nextDeliveryTagtag that should be used when populating anOutgoingDelivery.- Returns:
- the next
DeliveryTagto use for anOutgoingDelivery.
-
-