Class NoOffset
Used when retrieving all events.
Implements
Inherited Members
Namespace: Akka.Persistence.Query
Assembly: Akka.Persistence.Query.dll
Syntax
public sealed class NoOffset : Offset, IComparable<Offset>
Properties
| Edit this page View SourceInstance
The singleton instance of NoOffset.
Declaration
public static NoOffset Instance { get; }
Property Value
Type | Description |
---|---|
NoOffset |
Methods
| Edit this page View SourceCompareTo(Offset)
Used to compare to other Offset implementations.
Declaration
public override int CompareTo(Offset other)
Parameters
Type | Name | Description |
---|---|---|
Offset | other | The other offset to compare. |
Returns
Type | Description |
---|---|
int |
Overrides
| Edit this page View SourceToString()
Used to log offset's value
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |