A builtin proton delivery tag generator that creates tag values from an ever increasing sequence id value. More...
Public Member Functions | |
virtual IDeliveryTag | NextTag () |
Creates and returns the next Delivery Tag that should be used when populating an outgoing delivery. More... | |
Protected Attributes | |
ulong | nextTagId = 0ul |
Properties | |
ulong | NextTagId [get, set] |
Internal tag value accessor for testing validation More... | |
A builtin proton delivery tag generator that creates tag values from an ever increasing sequence id value.
|
inlinevirtual |
Creates and returns the next Delivery Tag that should be used when populating an outgoing delivery.
Implements Apache.Qpid.Proton.Engine.IDeliveryTagGenerator.
Reimplemented in Apache.Qpid.Proton.Engine.Implementation.ProtonPooledTagGenerator.
|
getset |
Internal tag value accessor for testing validation