Class PushPullGraphStage<TIn, TOut>
TBD
Inheritance
PushPullGraphStageWithMaterializedValue<TIn, TOut, NotUsed>
PushPullGraphStage<TIn, TOut>
Implements
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
public class PushPullGraphStage<TIn, TOut> : PushPullGraphStageWithMaterializedValue<TIn, TOut, NotUsed>, IGraphStageWithMaterializedValue<FlowShape<TIn, TOut>, NotUsed>, IGraph<FlowShape<TIn, TOut>, NotUsed>, IGraph<FlowShape<TIn, TOut>>
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |
Constructors
| Improve this Doc View SourcePushPullGraphStage(Func<Attributes, IStage<TIn, TOut>>, Attributes)
TBD
Declaration
public PushPullGraphStage(Func<Attributes, IStage<TIn, TOut>> factory, Attributes stageAttributes)
Parameters
Type | Name | Description |
---|---|---|
Func<Attributes, IStage<TIn, TOut>> | factory | TBD |
Attributes | stageAttributes | TBD |