Search Results for

    Show / Hide Table of Contents

    Class SubFusingActorMaterializerImpl

    TBD

    Inheritance
    object
    SubFusingActorMaterializerImpl
    Implements
    IMaterializer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Implementation
    Assembly: Akka.Streams.dll
    Syntax
    public class SubFusingActorMaterializerImpl : IMaterializer

    Constructors

    | Edit this page View Source

    SubFusingActorMaterializerImpl(ExtendedActorMaterializer, Func<GraphInterpreterShell, IActorRef>)

    TBD

    Declaration
    public SubFusingActorMaterializerImpl(ExtendedActorMaterializer delegateMaterializer, Func<GraphInterpreterShell, IActorRef> registerShell)
    Parameters
    Type Name Description
    ExtendedActorMaterializer delegateMaterializer

    TBD

    Func<GraphInterpreterShell, IActorRef> registerShell

    TBD

    Properties

    | Edit this page View Source

    ExecutionContext

    TBD

    Declaration
    public MessageDispatcher ExecutionContext { get; }
    Property Value
    Type Description
    MessageDispatcher

    Methods

    | Edit this page View Source

    Materialize<TMat>(IGraph<ClosedShape, TMat>)

    TBD

    Declaration
    public TMat Materialize<TMat>(IGraph<ClosedShape, TMat> runnable)
    Parameters
    Type Name Description
    IGraph<ClosedShape, TMat> runnable

    TBD

    Returns
    Type Description
    TMat

    TBD

    Type Parameters
    Name Description
    TMat

    TBD

    | Edit this page View Source

    Materialize<TMat>(IGraph<ClosedShape, TMat>, Attributes)

    TBD

    Declaration
    public TMat Materialize<TMat>(IGraph<ClosedShape, TMat> runnable, Attributes initialAttributes)
    Parameters
    Type Name Description
    IGraph<ClosedShape, TMat> runnable

    TBD

    Attributes initialAttributes

    TBD

    Returns
    Type Description
    TMat

    TBD

    Type Parameters
    Name Description
    TMat

    TBD

    | Edit this page View Source

    ScheduleOnce(TimeSpan, Action)

    TBD

    Declaration
    public ICancelable ScheduleOnce(TimeSpan delay, Action action)
    Parameters
    Type Name Description
    TimeSpan delay

    TBD

    Action action

    TBD

    Returns
    Type Description
    ICancelable

    TBD

    | Edit this page View Source

    ScheduleRepeatedly(TimeSpan, TimeSpan, Action)

    TBD

    Declaration
    public ICancelable ScheduleRepeatedly(TimeSpan initialDelay, TimeSpan interval, Action action)
    Parameters
    Type Name Description
    TimeSpan initialDelay

    TBD

    TimeSpan interval

    TBD

    Action action

    TBD

    Returns
    Type Description
    ICancelable

    TBD

    | Edit this page View Source

    WithNamePrefix(string)

    TBD

    Declaration
    public IMaterializer WithNamePrefix(string namePrefix)
    Parameters
    Type Name Description
    string namePrefix

    TBD

    Returns
    Type Description
    IMaterializer

    TBD

    Implements

    IMaterializer

    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