Search Results for

    Show / Hide Table of Contents

    Class ActorMaterializerExtensions

    TBD

    Inheritance
    object
    ActorMaterializerExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public static class ActorMaterializerExtensions

    Methods

    | Edit this page View Source

    Materializer(IActorRefFactory, ActorMaterializerSettings, string)

    Creates a ActorMaterializer which will execute every step of a transformation pipeline within its own ActorBase. The required IActorRefFactory (which can be either an ActorSystem or an IActorContext) will be used to create one actor that in turn creates actors for the transformation steps.

    The materializer's ActorMaterializerSettings will be obtained from the configuration of the context's underlying ActorSystem.

    The namePrefix is used as the first part of the names of the actors running the processing steps. The default namePrefix is "flow". The actor names are built up of namePrefix-flowNumber-flowStepNumber-stepName.

    Declaration
    public static ActorMaterializer Materializer(this IActorRefFactory context, ActorMaterializerSettings settings = null, string namePrefix = null)
    Parameters
    Type Name Description
    IActorRefFactory context

    TBD

    ActorMaterializerSettings settings

    TBD

    string namePrefix

    TBD

    Returns
    Type Description
    ActorMaterializer

    TBD

    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