Class FanInShape<TOut>.InitPorts
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public sealed class InitPorts : FanInShape<TOut>.IInit
Constructors
| Improve this Doc 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
| Improve this Doc 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> |