Click or drag to resize
Akka.NETITimestampProvider Interface
Interface responsible for generation of timestamps for persisted messages in SQL-based journals.

Namespace:  Akka.Persistence.Sql.Common.Journal
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ITimestampProvider

The ITimestampProvider type exposes the following members.

Methods
  NameDescription
Public methodGenerateTimestamp
Generates timestamp for provided IPersistentRepresentation message.
Top
See Also