![]() | BidiShape<TIn1, TOut1, TIn2, TOut2> Constructor (Inlet<TIn1>, Outlet<TOut1>, Inlet<TIn2>, Outlet<TOut2>) |
Namespace: Akka.Streams
public BidiShape( Inlet<TIn1> in1, Outlet<TOut1> out1, Inlet<TIn2> in2, Outlet<TOut2> out2 )
Exception | Condition |
---|---|
ArgumentNullException | This exception is thrown when either the specified in1, out1, in2, or out2 is undefined. |