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
| Improve this Doc 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, System.ValueTuple<IStage<TIn, TOut>, TMat>> | factory | TBD |
Attributes | stageAttributes | TBD |
Fields
| Improve this Doc View SourceFactory
TBD
Declaration
public readonly Func<Attributes, (IStage<TIn, TOut>, TMat)> Factory
Field Value
Type | Description |
---|---|
Func<Attributes, System.ValueTuple<IStage<TIn, TOut>, TMat>> |
Properties
| Improve this Doc View SourceInitialAttributes
TBD
Declaration
protected override Attributes InitialAttributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.FlowShape<TIn, TOut>, TMat>.InitialAttributes
|
Improve this Doc
View Source
Shape
TBD
Declaration
public override FlowShape<TIn, TOut> Shape { get; }
Property Value
Type | Description |
---|---|
FlowShape<TIn, TOut> |
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.FlowShape<TIn, TOut>, TMat>.Shape
Methods
| Improve this Doc 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
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.FlowShape<TIn, TOut>, TMat>.CreateLogicAndMaterializedValue(Akka.Streams.Attributes)
|
Improve this Doc
View Source
ToString()
TBD
Declaration
public sealed override string ToString()
Returns
Type | Description |
---|---|
String | TBD |