Search Results for

    Show / Hide Table of Contents

    Class SymbolicGraphStage<TIn, TOut>

    Stage that is backed by a GraphStage but can be symbolically introspected

    Inheritance
    object
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, NotUsed>
    PushPullGraphStageWithMaterializedValue<TIn, TOut, NotUsed>
    PushPullGraphStage<TIn, TOut>
    SymbolicGraphStage<TIn, TOut>
    Implements
    IGraphStageWithMaterializedValue<FlowShape<TIn, TOut>, NotUsed>
    IGraph<FlowShape<TIn, TOut>, NotUsed>
    IGraph<FlowShape<TIn, TOut>>
    Inherited Members
    PushPullGraphStageWithMaterializedValue<TIn, TOut, NotUsed>.Factory
    PushPullGraphStageWithMaterializedValue<TIn, TOut, NotUsed>.Shape
    PushPullGraphStageWithMaterializedValue<TIn, TOut, NotUsed>.CreateLogicAndMaterializedValue(Attributes)
    PushPullGraphStageWithMaterializedValue<TIn, TOut, NotUsed>.ToString()
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, NotUsed>.Shape
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, NotUsed>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, NotUsed>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, NotUsed>.Module
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, NotUsed>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, NotUsed>.Named(string)
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, NotUsed>.Async()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Implementation.Stages
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class SymbolicGraphStage<TIn, TOut> : PushPullGraphStage<TIn, TOut>, IGraphStageWithMaterializedValue<FlowShape<TIn, TOut>, NotUsed>, IGraph<FlowShape<TIn, TOut>, NotUsed>, IGraph<FlowShape<TIn, TOut>>
    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    Constructors

    | Edit this page View Source

    SymbolicGraphStage(ISymbolicStage<TIn, TOut>)

    TBD

    Declaration
    public SymbolicGraphStage(ISymbolicStage<TIn, TOut> symbolicStage)
    Parameters
    Type Name Description
    ISymbolicStage<TIn, TOut> symbolicStage

    TBD

    Implements

    IGraphStageWithMaterializedValue<TShape, TMaterialized>
    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