Class FanInShape<TOut>.InitPorts
TBD
Implements
FanInShape<TOut>.IInit
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public sealed class FanInShape<TOut>.InitPorts : FanInShape<TOut>.IInit
Constructors
| Edit this page View SourceInitPorts(Outlet<TOut>, IEnumerable<Inlet>)
TBD
Declaration
public InitPorts(Outlet<TOut> outlet, IEnumerable<Inlet> inlets)
Parameters
Type | Name | Description |
---|---|---|
Outlet<TOut> | outlet | TBD |
IEnumerable<Inlet> | inlets | TBD |
Properties
| Edit this page View SourceInlets
TBD
Declaration
public IEnumerable<Inlet> Inlets { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Inlet> |
Name
TBD
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Outlet
TBD
Declaration
public Outlet<TOut> Outlet { get; }
Property Value
Type | Description |
---|---|
Outlet<TOut> |