Class One2OneBidi<TIn, TOut>
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public class One2OneBidi<TIn, TOut> : GraphStage<BidiShape<TIn, TIn, TOut, TOut>>, IGraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>, IGraph<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>, IGraph<BidiShape<TIn, TIn, TOut, TOut>>
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |
Constructors
| Edit this page View SourceOne2OneBidi(int)
TBD
Declaration
public One2OneBidi(int maxPending)
Parameters
Type | Name | Description |
---|---|---|
int | maxPending | TBD |
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 BidiShape<TIn, TIn, TOut, TOut> Shape { get; }
Property Value
Type | Description |
---|---|
BidiShape<TIn, TIn, TOut, TOut> |
Overrides
Methods
| Edit this page View SourceCreateLogic(Attributes)
TBD
Declaration
protected override GraphStageLogic CreateLogic(Attributes inheritedAttributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | inheritedAttributes | TBD |
Returns
Type | Description |
---|---|
GraphStageLogic | TBD |
Overrides
| Edit this page View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | TBD |