Class PushPullGraphStageWithMaterializedValue<TIn, TOut, TMat>
TBD
Inheritance
GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>
PushPullGraphStageWithMaterializedValue<TIn, TOut, TMat>
Implements
IGraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
public class PushPullGraphStageWithMaterializedValue<TIn, TOut, TMat> : GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>, IGraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>, IGraph<FlowShape<TIn, TOut>, TMat>, IGraph<FlowShape<TIn, TOut>>
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |
TMat | TBD |
Constructors
| Edit this page View SourcePushPullGraphStageWithMaterializedValue(Func<Attributes, (IStage<TIn, TOut>, TMat)>, Attributes)
TBD
Declaration
public PushPullGraphStageWithMaterializedValue(Func<Attributes, (IStage<TIn, TOut>, TMat)> factory, Attributes stageAttributes)
Parameters
Type | Name | Description |
---|---|---|
Func<Attributes, (IStage<TIn, TOut>, TMat)> | factory | TBD |
Attributes | stageAttributes | TBD |
Fields
| Edit this page View SourceFactory
TBD
Declaration
public readonly Func<Attributes, (IStage<TIn, TOut>, TMat)> Factory
Field Value
Type | Description |
---|---|
Func<Attributes, (IStage<TIn, TOut>, TMat)> |
Properties
| Edit this page View SourceInitialAttributes
TBD
Declaration
protected override Attributes InitialAttributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Overrides
| Edit this page View SourceShape
TBD
Declaration
public override FlowShape<TIn, TOut> Shape { get; }
Property Value
Type | Description |
---|---|
FlowShape<TIn, TOut> |
Overrides
Methods
| Edit this page View SourceCreateLogicAndMaterializedValue(Attributes)
TBD
Declaration
public override ILogicAndMaterializedValue<TMat> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | inheritedAttributes | TBD |
Returns
Type | Description |
---|---|
ILogicAndMaterializedValue<TMat> | TBD |
Overrides
| Edit this page View SourceToString()
TBD
Declaration
public override sealed string ToString()
Returns
Type | Description |
---|---|
string | TBD |