Class UniformFanOutShape<TIn, TOut>
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class UniformFanOutShape<TIn, TOut> : FanOutShape<TIn>, ICloneable
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |
Constructors
| Improve this Doc View SourceUniformFanOutShape(Inlet<TIn>, Outlet<TOut>[])
TBD
Declaration
public UniformFanOutShape(Inlet<TIn> inlet, params Outlet<TOut>[] outlets)
Parameters
Type | Name | Description |
---|---|---|
Inlet<TIn> | inlet | TBD |
Outlet<TOut>[] | outlets | TBD |
UniformFanOutShape(Int32)
TBD
Declaration
public UniformFanOutShape(int n)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
UniformFanOutShape(Int32, FanOutShape<TIn>.IInit)
TBD
Declaration
public UniformFanOutShape(int n, FanOutShape<TIn>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
FanOutShape.IInit<> | init | TBD |
UniformFanOutShape(Int32, String)
TBD
Declaration
public UniformFanOutShape(int n, string name)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
String | name | TBD |
Properties
| Improve this Doc View SourceOuts
TBD
Declaration
public IImmutableList<Outlet<TOut>> Outs { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableList<Outlet<TOut>> |
Methods
| Improve this Doc View SourceConstruct(FanOutShape<TIn>.IInit)
TBD
Declaration
protected override FanOutShape<TIn> Construct(FanOutShape<TIn>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanOutShape.IInit<> | init | TBD |
Returns
Type | Description |
---|---|
FanOutShape<TIn> | TBD |
Overrides
Akka.Streams.FanOutShape<TIn>.Construct(Akka.Streams.FanOutShape.IInit<>)
|
Improve this Doc
View Source
Out(Int32)
TBD
Declaration
public Outlet<TOut> Out(int n)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
Returns
Type | Description |
---|---|
Outlet<TOut> | TBD |