Search Results for

    Show / Hide Table of Contents

    Struct MaterializationContext

    Context parameter to the create methods of sources and sinks.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public readonly struct MaterializationContext

    Constructors

    | Edit this page View Source

    MaterializationContext(IMaterializer, Attributes, string)

    TBD

    Declaration
    public MaterializationContext(IMaterializer materializer, Attributes effectiveAttributes, string stageName)
    Parameters
    Type Name Description
    IMaterializer materializer

    TBD

    Attributes effectiveAttributes

    TBD

    string stageName

    TBD

    Fields

    | Edit this page View Source

    EffectiveAttributes

    TBD

    Declaration
    public readonly Attributes EffectiveAttributes
    Field Value
    Type Description
    Attributes
    | Edit this page View Source

    Materializer

    TBD

    Declaration
    public readonly IMaterializer Materializer
    Field Value
    Type Description
    IMaterializer
    | Edit this page View Source

    StageName

    TBD

    Declaration
    public readonly string StageName
    Field Value
    Type Description
    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