Search Results for

    Show / Hide Table of Contents

    Interface IRunnableGraph<TMat>

    Flow with attached input and output, can be executed.

    Inherited Members
    IGraph<ClosedShape, TMat>.WithAttributes(Attributes)
    IGraph<ClosedShape, TMat>.AddAttributes(Attributes)
    IGraph<ClosedShape, TMat>.Named(string)
    IGraph<ClosedShape, TMat>.Async()
    IGraph<ClosedShape>.Shape
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public interface IRunnableGraph<out TMat> : IGraph<ClosedShape, TMat>, IGraph<ClosedShape>
    Type Parameters
    Name Description
    TMat

    TBD

    Methods

    | Edit this page View Source

    AddAttributes(Attributes)

    Add the given attributes to this IGraph<TShape>. Further calls to WithAttributes(Attributes) will not remove these attributes. Note that this operation has no effect on an empty Flow (because the attributes apply only to the contained processing stages).

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

    TBD

    Returns
    Type Description
    IRunnableGraph<TMat>

    TBD

    | Edit this page View Source

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

    Transform only the materialized value of this RunnableGraph, leaving all other properties as they were.

    Declaration
    IRunnableGraph<TMat2> MapMaterializedValue<TMat2>(Func<out 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)

    Add a name attribute to this Graph.

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

    TBD

    Returns
    Type Description
    IRunnableGraph<TMat>

    TBD

    | Edit this page View Source

    Run(ActorSystem)

    Run this flow and return the materialized instance from the flow.

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

    The actorSystem

    Returns
    Type Description
    TMat

    TBD

    | Edit this page View Source

    Run(IMaterializer)

    Run this flow and return the materialized instance from the flow.

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

    TBD

    Returns
    Type Description
    TMat

    TBD

    | Edit this page View Source

    WithAttributes(Attributes)

    Change the attributes of this IGraph<TShape> to the given ones and seal the list of attributes. This means that further calls will not be able to remove these attributes, but instead add new ones. Note that this operation has no effect on an empty Flow (because the attributes apply only to the contained processing stages).

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

    TBD

    Returns
    Type Description
    IRunnableGraph<TMat>

    TBD

    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