Interface FanOutShape<TIn>.IInit
TBD
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public interface FanOutShape<TIn>.IInit
Properties
| Edit this page View SourceInlet
TBD
Declaration
Inlet<TIn> Inlet { get; }
Property Value
Type | Description |
---|---|
Inlet<TIn> |
Name
TBD
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Outlets
TBD
Declaration
IEnumerable<Outlet> Outlets { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Outlet> |