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
| Edit this page View SourceFanOutShape(IInit)
TBD
Declaration
protected FanOutShape(FanOutShape<TIn>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanOutShape<TIn>.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
| Edit this page 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 |
---|---|
ImmutableArray<Inlet> |
Overrides
| Edit this page View SourceOutlets
TBD
Declaration
public override ImmutableArray<Outlet> Outlets { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<Outlet> |
Overrides
Methods
| Edit this page View SourceConstruct(IInit)
TBD
Declaration
protected abstract FanOutShape<TIn> Construct(FanOutShape<TIn>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanOutShape<TIn>.IInit | init | TBD |
Returns
Type | Description |
---|---|
FanOutShape<TIn> | TBD |
CopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)
TBD
Declaration
public override sealed Shape CopyFromPorts(ImmutableArray<Inlet> inlets, ImmutableArray<Outlet> outlets)
Parameters
Type | Name | Description |
---|---|---|
ImmutableArray<Inlet> | inlets | TBD |
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
| Edit this page 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 |