Interface FanOutShape<TIn>.IInit
TBD
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public interface IInit
Properties
| Improve this Doc 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> |