| BidiFlowTIn1, TOut1, TIn2, TOut2, TMatReversed Method |
Turn this BidiFlow around by 180 degrees, logically flipping it upside down in a protocol stack.
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public BidiFlow<TIn2, TOut2, TIn1, TOut1, TMat> Reversed()
member Reversed : unit -> BidiFlow<'TIn2, 'TOut2, 'TIn1, 'TOut1, 'TMat>
Return Value
Type:
BidiFlowTIn2,
TOut2,
TIn1,
TOut1,
TMatTBD
See Also