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
| Edit this page View SourceUniformFanOutShape(Inlet<TIn>, params 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(int)
TBD
Declaration
public UniformFanOutShape(int n)
Parameters
| Type | Name | Description |
|---|---|---|
| int | n | TBD |
UniformFanOutShape(int, IInit)
TBD
Declaration
public UniformFanOutShape(int n, FanOutShape<TIn>.IInit init)
Parameters
| Type | Name | Description |
|---|---|---|
| int | n | TBD |
| FanOutShape<TIn>.IInit | init | TBD |
UniformFanOutShape(int, string)
TBD
Declaration
public UniformFanOutShape(int n, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| int | n | TBD |
| string | name | TBD |
Properties
| Edit this page View SourceOuts
TBD
Declaration
public IImmutableList<Outlet<TOut>> Outs { get; }
Property Value
| Type | Description |
|---|---|
| IImmutableList<Outlet<TOut>> |
Methods
| Edit this page View SourceConstruct(IInit)
TBD
Declaration
protected override FanOutShape<TIn> Construct(FanOutShape<TIn>.IInit init)
Parameters
| Type | Name | Description |
|---|---|---|
| FanOutShape<TIn>.IInit | init | TBD |
Returns
| Type | Description |
|---|---|
| FanOutShape<TIn> | TBD |
Overrides
| Edit this page View SourceOut(int)
TBD
Declaration
public Outlet<TOut> Out(int n)
Parameters
| Type | Name | Description |
|---|---|---|
| int | n | TBD |
Returns
| Type | Description |
|---|---|
| Outlet<TOut> | TBD |
Edit this page