Search Results for

    Show / Hide Table of Contents

    Class CombinedReadEventAdapter

    TBD

    Inheritance
    object
    CombinedReadEventAdapter
    Implements
    IEventAdapter
    IWriteEventAdapter
    IReadEventAdapter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Persistence.Journal
    Assembly: Akka.Persistence.dll
    Syntax
    [Serializable]
    public sealed class CombinedReadEventAdapter : IEventAdapter, IWriteEventAdapter, IReadEventAdapter

    Constructors

    | Edit this page View Source

    CombinedReadEventAdapter(IEnumerable<IEventAdapter>)

    TBD

    Declaration
    public CombinedReadEventAdapter(IEnumerable<IEventAdapter> adapters)
    Parameters
    Type Name Description
    IEnumerable<IEventAdapter> adapters

    TBD

    Properties

    | Edit this page View Source

    Adapters

    TBD

    Declaration
    public IEnumerable<IEventAdapter> Adapters { get; }
    Property Value
    Type Description
    IEnumerable<IEventAdapter>

    Methods

    | Edit this page View Source

    FromJournal(object, string)

    TBD

    Declaration
    public IEventSequence FromJournal(object evt, string manifest)
    Parameters
    Type Name Description
    object evt

    TBD

    string manifest

    TBD

    Returns
    Type Description
    IEventSequence

    TBD

    | Edit this page View Source

    Manifest(object)

    TBD

    Declaration
    public string Manifest(object evt)
    Parameters
    Type Name Description
    object evt

    TBD

    Returns
    Type Description
    string

    TBD

    Exceptions
    Type Condition
    IllegalStateException

    TBD

    | Edit this page View Source

    ToJournal(object)

    TBD

    Declaration
    public object ToJournal(object evt)
    Parameters
    Type Name Description
    object evt

    TBD

    Returns
    Type Description
    object

    TBD

    Exceptions
    Type Condition
    IllegalStateException

    TBD

    Implements

    IEventAdapter
    IWriteEventAdapter
    IReadEventAdapter

    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