Search Results for

    Show / Hide Table of Contents

    Delegate Clock<T>

    Delegate responsible for managing LWWRegister<T> clock.

    Namespace: Akka.DistributedData
    Assembly: Akka.DistributedData.dll
    Syntax
    public delegate long Clock<in T>(long currentTimestamp, T value)
    Parameters
    Type Name Description
    long currentTimestamp

    The current timestamp value of the LWWRegister<T>.

    T value

    The register value to set and associate with the returned timestamp.

    Returns
    Type Description
    long

    Next timestamp

    Type Parameters
    Name Description
    T

    TBD

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    PredicateInfoFactory.CreatePredicateInfo<T>(Delegate)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • 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