Search Results for

    Show / Hide Table of Contents

    Class RunnableGraph<TMat>

    A completed Akka.Streams graph that can be executed.

    Inheritance
    object
    RunnableGraph<TMat>
    Implements
    IRunnableGraph<TMat>
    IGraph<ClosedShape, TMat>
    IGraph<ClosedShape>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class RunnableGraph<TMat> : IRunnableGraph<TMat>, IGraph<ClosedShape, TMat>, IGraph<ClosedShape>
    Type Parameters
    Name Description
    TMat

    The type of materialized value.

    Constructors

    | Edit this page View Source

    RunnableGraph(IModule)

    TBD

    Declaration
    public RunnableGraph(IModule module)
    Parameters
    Type Name Description
    IModule module

    TBD

    Properties

    | Edit this page View Source

    Module

    TBD

    Declaration
    public IModule Module { get; }
    Property Value
    Type Description
    IModule
    | Edit this page View Source

    Shape

    TBD

    Declaration
    public ClosedShape Shape { get; }
    Property Value
    Type Description
    ClosedShape

    Methods

    | Edit this page View Source

    AddAttributes(Attributes)

    TBD

    Declaration
    public IRunnableGraph<TMat> AddAttributes(Attributes attributes)
    Parameters
    Type Name Description
    Attributes attributes

    TBD

    Returns
    Type Description
    IRunnableGraph<TMat>

    TBD

    | Edit this page View Source

    Async()

    TBD

    Declaration
    public IRunnableGraph<TMat> Async()
    Returns
    Type Description
    IRunnableGraph<TMat>

    TBD

    | Edit this page View Source

    MapMaterializedValue<TMat2>(Func<TMat, TMat2>)

    TBD

    Declaration
    public IRunnableGraph<TMat2> MapMaterializedValue<TMat2>(Func<TMat, TMat2> func)
    Parameters
    Type Name Description
    Func<TMat, TMat2> func

    TBD

    Returns
    Type Description
    IRunnableGraph<TMat2>

    TBD

    Type Parameters
    Name Description
    TMat2

    TBD

    | Edit this page View Source

    Named(string)

    TBD

    Declaration
    public IRunnableGraph<TMat> Named(string name)
    Parameters
    Type Name Description
    string name

    TBD

    Returns
    Type Description
    IRunnableGraph<TMat>

    TBD

    | Edit this page View Source

    Run(ActorSystem)

    Compiles the graph and executes it, returning the materialized value of the flow.

    Declaration
    public TMat Run(ActorSystem actorSystem)
    Parameters
    Type Name Description
    ActorSystem actorSystem

    The ActorSystem.

    Returns
    Type Description
    TMat

    The materialized value.

    | Edit this page View Source

    Run(IMaterializer)

    Compiles the graph and executes it, returning the materialized value of the flow.

    Declaration
    public TMat Run(IMaterializer materializer)
    Parameters
    Type Name Description
    IMaterializer materializer

    A materializer instance.

    Returns
    Type Description
    TMat

    The materialized value.

    | Edit this page View Source

    WithAttributes(Attributes)

    TBD

    Declaration
    public IRunnableGraph<TMat> WithAttributes(Attributes attributes)
    Parameters
    Type Name Description
    Attributes attributes

    TBD

    Returns
    Type Description
    IRunnableGraph<TMat>

    TBD

    Implements

    IRunnableGraph<TMat>
    IGraph<TShape, TMaterialized>
    IGraph<TShape>

    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