Class MergePreferred<T>.MergePreferredShape
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public sealed class MergePreferredShape : UniformFanInShape<T, T>, ICloneable
Constructors
| Improve this Doc View SourceMergePreferredShape(Int32, FanInShape<T>.IInit)
TBD
Declaration
public MergePreferredShape(int secondaryPorts, FanInShape<T>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
Int32 | secondaryPorts | TBD |
FanInShape.IInit<> | init | TBD |
MergePreferredShape(Int32, String)
TBD
Declaration
public MergePreferredShape(int secondaryPorts, string name)
Parameters
Type | Name | Description |
---|---|---|
Int32 | secondaryPorts | TBD |
String | name | TBD |
Properties
| Improve this Doc View SourcePreferred
TBD
Declaration
public Inlet<T> Preferred { get; }
Property Value
Type | Description |
---|---|
Inlet<T> |
Methods
| Improve this Doc View SourceConstruct(FanInShape<T>.IInit)
TBD
Declaration
protected override FanInShape<T> Construct(FanInShape<T>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanInShape.IInit<> | init | TBD |
Returns
Type | Description |
---|---|
FanInShape<T> | TBD |
Overrides
Akka.Streams.UniformFanInShape<T, T>.Construct(Akka.Streams.FanInShape.IInit<>)