MessageId class

Unique id of the message, according to the BookKeeper LedgerEntry https://bookkeeper.apache.org/docs/latest/api/javadoc/org/apache/bookkeeper/client/LedgerEntry.html. This id is assigned when appending (upon sending by the Producer) and can be used/stored as a reference in a future.

Constructors

MessageId({required Int64 ledgerId, required Int64 entryId})

Properties

entryId → Int64
final
hashCode int
The hash code for this object.
no setterinherited
ledgerId → Int64
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited