Constructor NatsJSMsgMetadata
NatsJSMsgMetadata(NatsJSSequencePair, ulong, ulong, DateTimeOffset, string, string, string)
Additional metadata about the message.
public NatsJSMsgMetadata(NatsJSSequencePair Sequence, ulong NumDelivered, ulong NumPending, DateTimeOffset Timestamp, string Stream, string Consumer, string Domain)
Parameters
Sequence
NatsJSSequencePairThe sequence pair for the message.
NumDelivered
ulongThe number of times the message was delivered.
NumPending
ulongThe number of messages pending for the consumer.
Timestamp
DateTimeOffsetThe timestamp of the message.
Stream
stringThe stream the message was sent to.
Consumer
stringThe consumer the message was sent to.
Domain
stringThe domain the message was sent to.