Show / Hide Table of Contents

    Interface IReceiverStateSnapshot

    INTERNAL API. Used for writing out IReceiverState data to the snapshot store.

    Namespace:Akka.Persistence.Extras
    Assembly:Akka.Persistence.Extras.dll
    Syntax
    public interface IReceiverStateSnapshot

    Properties

    TrackedIds

    Declaration
    IReadOnlyDictionary<string, IReadOnlyList<long>> TrackedIds { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<System.String, IReadOnlyList<System.Int64>>

    TrackedSenders

    Declaration
    IReadOnlyDictionary<string, DateTime> TrackedSenders { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<System.String, DateTime>
    Back to top Copyright © 2015-2018 Petabridge®