Search Results for

    Show / Hide Table of Contents

    Class EventAdapters

    TBD

    Inheritance
    object
    EventAdapters
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Persistence.Journal
    Assembly: Akka.Persistence.dll
    Syntax
    public class EventAdapters

    Constructors

    | Edit this page View Source

    EventAdapters(ConcurrentDictionary<Type, IEventAdapter>, IEnumerable<KeyValuePair<Type, IEventAdapter>>, ILoggingAdapter)

    Initializes a new instance of the EventAdapters class.

    Declaration
    protected EventAdapters(ConcurrentDictionary<Type, IEventAdapter> map, IEnumerable<KeyValuePair<Type, IEventAdapter>> bindings, ILoggingAdapter log)
    Parameters
    Type Name Description
    ConcurrentDictionary<Type, IEventAdapter> map

    TBD

    IEnumerable<KeyValuePair<Type, IEventAdapter>> bindings

    TBD

    ILoggingAdapter log

    TBD

    Methods

    | Edit this page View Source

    Create(ExtendedActorSystem, Config)

    Initializes a new instance of the EventAdapters class.

    Declaration
    public static EventAdapters Create(ExtendedActorSystem system, Config config)
    Parameters
    Type Name Description
    ExtendedActorSystem system

    TBD

    Config config

    TBD

    Returns
    Type Description
    EventAdapters

    TBD

    | Edit this page View Source

    Get(Type)

    TBD

    Declaration
    public virtual IEventAdapter Get(Type type)
    Parameters
    Type Name Description
    Type type

    TBD

    Returns
    Type Description
    IEventAdapter

    TBD

    | Edit this page View Source

    Get<T>()

    TBD

    Declaration
    public IEventAdapter Get<T>()
    Returns
    Type Description
    IEventAdapter

    TBD

    Type Parameters
    Name Description
    T

    TBD

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    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