Class FanOutShape<TIn>.InitName
TBD
Implements
FanOutShape<TIn>.IInit
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public sealed class FanOutShape<TIn>.InitName : FanOutShape<TIn>.IInit
Constructors
| Edit this page View SourceInitName(string)
TBD
Declaration
public InitName(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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> |