| BidiFlowFromGraphTIn1, TOut1, TIn2, TOut2, TMat Method |
A graph with the shape of a flow logically is a flow, this method makes
it so also in type.
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static BidiFlow<TIn1, TOut1, TIn2, TOut2, TMat> FromGraph<TIn1, TOut1, TIn2, TOut2, TMat>(
IGraph<BidiShape<TIn1, TOut1, TIn2, TOut2>, TMat> graph
)
static member FromGraph :
graph : IGraph<BidiShape<'TIn1, 'TOut1, 'TIn2, 'TOut2>, 'TMat> -> BidiFlow<'TIn1, 'TOut1, 'TIn2, 'TOut2, 'TMat>
Parameters
- graph
- Type: Akka.StreamsIGraphBidiShapeTIn1, TOut1, TIn2, TOut2, TMat
TBD
Type Parameters
- TIn1
- TBD
- TOut1
- TBD
- TIn2
- TBD
- TOut2
- TBD
- TMat
- TBD
Return Value
Type:
BidiFlowTIn1,
TOut1,
TIn2,
TOut2,
TMatTBD
See Also