Crabbit::OffsetSpecification
Describes where a consumer starts reading a stream.
first, last, and next are relative positions. offset addresses an
exact stream offset, while timestamp asks the broker for the first chunk
at or after a point in time.
Constructors
none
Requests no initial delivery.
This is primarily useful as the inactive result of a Single Active Consumer update callback.
Instance methods
value
Returns the numeric offset or Unix timestamp in milliseconds, when the selected mode requires one.