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
| Improve this Doc View SourceOne2OneBidi(Int32)
TBD
Declaration
public One2OneBidi(int maxPending)
Parameters
Type | Name | Description |
---|---|---|
Int32 | maxPending | TBD |
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.BidiShape<TIn, TIn, TOut, TOut>, Akka.NotUsed>.InitialAttributes
|
Improve this Doc
View Source
Shape
TBD
Declaration
public override BidiShape<TIn, TIn, TOut, TOut> Shape { get; }
Property Value
Type | Description |
---|---|
BidiShape<TIn, TIn, TOut, TOut> |
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.BidiShape<TIn, TIn, TOut, TOut>, Akka.NotUsed>.Shape
Methods
| Improve this Doc View SourceCreateLogic(Attributes)
TBD
Declaration
protected override GraphStageLogic CreateLogic(Attributes inheritedAttributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | inheritedAttributes | TBD |
Returns
Type | Description |
---|---|
GraphStageLogic | TBD |
Overrides
Akka.Streams.Stage.GraphStage<Akka.Streams.BidiShape<TIn, TIn, TOut, TOut>>.CreateLogic(Akka.Streams.Attributes)
|
Improve this Doc
View Source
ToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |