Search Results for

    Show / Hide Table of Contents

    Interface ITimestampProvider

    Interface responsible for generation of timestamps for persisted messages in SQL-based journals.

    Namespace: Akka.Persistence.Sql.Common.Journal
    Assembly: Akka.Persistence.Sqlite.dll
    Syntax
    public interface ITimestampProvider

    Methods

    | Improve this Doc View Source

    GenerateTimestamp(IPersistentRepresentation)

    Generates timestamp for provided IPersistentRepresentation message.

    Declaration
    long GenerateTimestamp(IPersistentRepresentation message)
    Parameters
    Type Name Description
    IPersistentRepresentation message

    TBD

    Returns
    Type Description
    Int64

    TBD

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET