Interface IFlowShape
TBD
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public interface IFlowShape
Properties
| Edit this page View SourceInlet
TBD
Declaration
Inlet Inlet { get; }
Property Value
| Type | Description |
|---|---|
| Inlet |
Outlet
TBD
Declaration
Outlet Outlet { get; }
Property Value
| Type | Description |
|---|---|
| Outlet |
Edit this page