Class FanOutShape<TIn>
TBD
Inheritance
FanOutShape<TIn>
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public abstract class FanOutShape<TIn> : Shape, ICloneable
Type Parameters
Name | Description |
---|---|
TIn | TBD |
Constructors
| Improve this Doc View SourceFanOutShape(FanOutShape<TIn>.IInit)
TBD
Declaration
protected FanOutShape(FanOutShape<TIn>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanOutShape.IInit<> | init | TBD |
FanOutShape(Inlet<TIn>, IEnumerable<Outlet>, String)
TBD
Declaration
protected FanOutShape(Inlet<TIn> inlet, IEnumerable<Outlet> registered, string name)
Parameters
Type | Name | Description |
---|---|---|
Inlet<TIn> | inlet | TBD |
IEnumerable<Outlet> | registered | TBD |
String | name | TBD |
Properties
| Improve this Doc View SourceIn
TBD
Declaration
public Inlet<TIn> In { get; }
Property Value
Type | Description |
---|---|
Inlet<TIn> |
Inlets
TBD
Declaration
public override ImmutableArray<Inlet> Inlets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<Inlet> |
Overrides
| Improve this Doc View SourceOutlets
TBD
Declaration
public override ImmutableArray<Outlet> Outlets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<Outlet> |
Overrides
Methods
| Improve this Doc View SourceConstruct(FanOutShape<TIn>.IInit)
TBD
Declaration
protected abstract FanOutShape<TIn> Construct(FanOutShape<TIn>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanOutShape.IInit<> | init | TBD |
Returns
Type | Description |
---|---|
FanOutShape<TIn> | TBD |
CopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)
TBD
Declaration
public sealed override Shape CopyFromPorts(ImmutableArray<Inlet> inlets, ImmutableArray<Outlet> outlets)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Immutable.ImmutableArray<Inlet> | inlets | TBD |
System.Collections.Immutable.ImmutableArray<Outlet> | outlets | TBD |
Returns
Type | Description |
---|---|
Shape | TBD |
Overrides
Exceptions
Type | Condition |
---|---|
ArgumentException | TBD |
DeepCopy()
TBD
Declaration
public override Shape DeepCopy()
Returns
Type | Description |
---|---|
Shape | TBD |
Overrides
| Improve this Doc View SourceNewOutlet<T>(String)
TBD
Declaration
protected Outlet<T> NewOutlet<T>(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | TBD |
Returns
Type | Description |
---|---|
Outlet<T> | TBD |
Type Parameters
Name | Description |
---|---|
T |