Click or drag to resize
Akka.NETFlowShapeTIn, TOut Constructor
TBD

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public FlowShape(
	Inlet<TIn> inlet,
	Outlet<TOut> outlet
)

Parameters

inlet
Type: Akka.StreamsInletTIn
TBD
outlet
Type: Akka.StreamsOutletTOut
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when either the specified inlet or outlet is undefined.
See Also