Class SymbolicGraphStage<TIn, TOut>
Stage that is backed by a GraphStage but can be symbolically introspected
Inheritance
PushPullGraphStageWithMaterializedValue<TIn, TOut, NotUsed>
PushPullGraphStage<TIn, TOut>
SymbolicGraphStage<TIn, TOut>
Implements
Inherited Members
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 SourceSymbolicGraphStage(ISymbolicStage<TIn, TOut>)
TBD
Declaration
public SymbolicGraphStage(ISymbolicStage<TIn, TOut> symbolicStage)
Parameters
| Type | Name | Description |
|---|---|---|
| ISymbolicStage<TIn, TOut> | symbolicStage | TBD |
Edit this page