Class FanOutShape<TIn>.InitPorts
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public sealed class InitPorts : FanOutShape<TIn>.IInit
Constructors
| Improve this Doc View SourceInitPorts(Inlet<TIn>, IEnumerable<Outlet>)
TBD
Declaration
public InitPorts(Inlet<TIn> inlet, IEnumerable<Outlet> outlets)
Parameters
Type | Name | Description |
---|---|---|
Inlet<TIn> | inlet | TBD |
IEnumerable<Outlet> | outlets | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | TBD |
Properties
| Improve this Doc View SourceInlet
TBD
Declaration
public Inlet<TIn> Inlet { get; }
Property Value
Type | Description |
---|---|
Inlet<TIn> |
Name
TBD
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Outlets
TBD
Declaration
public IEnumerable<Outlet> Outlets { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Outlet> |