Interface ITimestampProvider
Interface responsible for generation of timestamps for persisted messages in SQL-based journals.
Namespace: Akka.Persistence.Sql.Common.Journal
Assembly: Akka.Persistence.Sql.Common.dll
Syntax
public interface ITimestampProvider
Methods
| Improve this Doc View SourceGenerateTimestamp(IPersistentRepresentation)
Generates timestamp for provided IPersistentRepresentation message.
Declaration
long GenerateTimestamp(IPersistentRepresentation message)
Parameters
Type | Name | Description |
---|---|---|
IPersistentRepresentation | message | TBD |
Returns
Type | Description |
---|---|
Int64 | TBD |