Search Results for

    Show / Hide Table of Contents

    Struct Tagged

    The journal may support tagging of events that are used by the EventsByTag query and it may support specifying the tags via an IEventAdapter that wraps the events in a Tagged with the given Tags. The journal may support other ways of doing tagging. Please consult the documentation of the specific journal implementation for more information. The journal will unwrap the event and store the Payload.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Persistence.Journal
    Assembly: Akka.Persistence.dll
    Syntax
    public struct Tagged

    Constructors

    | Edit this page View Source

    Tagged(object, IEnumerable<string>)

    TBD

    Declaration
    public Tagged(object payload, IEnumerable<string> tags)
    Parameters
    Type Name Description
    object payload

    TBD

    IEnumerable<string> tags

    TBD

    | Edit this page View Source

    Tagged(object, IImmutableSet<string>)

    TBD

    Declaration
    public Tagged(object payload, IImmutableSet<string> tags)
    Parameters
    Type Name Description
    object payload

    TBD

    IImmutableSet<string> tags

    TBD

    Properties

    | Edit this page View Source

    Payload

    TBD

    Declaration
    public readonly object Payload { get; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Tags

    TBD

    Declaration
    public readonly IImmutableSet<string> Tags { get; }
    Property Value
    Type Description
    IImmutableSet<string>

    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