Class BidiShape
TBD
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public static class BidiShape
Methods
| Edit this page View SourceFromFlows<TIn1, TOut1, TIn2, TOut2>(FlowShape<TIn1, TOut1>, FlowShape<TIn2, TOut2>)
TBD
Declaration
public static BidiShape<TIn1, TOut1, TIn2, TOut2> FromFlows<TIn1, TOut1, TIn2, TOut2>(FlowShape<TIn1, TOut1> top, FlowShape<TIn2, TOut2> bottom)
Parameters
| Type | Name | Description |
|---|---|---|
| FlowShape<TIn1, TOut1> | top | TBD |
| FlowShape<TIn2, TOut2> | bottom | TBD |
Returns
| Type | Description |
|---|---|
| BidiShape<TIn1, TOut1, TIn2, TOut2> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TIn1 | TBD |
| TOut1 | TBD |
| TIn2 | TBD |
| TOut2 | TBD |
Edit this page