Class FanOutShape<TIn>.InitPorts
TBD
Implements
FanOutShape<TIn>.IInit
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public sealed class FanOutShape<TIn>.InitPorts : FanOutShape<TIn>.IInit
Constructors
| Edit this page 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
| Edit this page 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> |
Edit this page