Class BidiShape<TIn1, TOut1, TIn2, TOut2>
A bidirectional flow of elements that consequently has two inputs and two outputs.
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public sealed class BidiShape<TIn1, TOut1, TIn2, TOut2> : Shape, ICloneable
Type Parameters
Name | Description |
---|---|
TIn1 | TBD |
TOut1 | TBD |
TIn2 | TBD |
TOut2 | TBD |
Constructors
| Improve this Doc View SourceBidiShape(FlowShape<TIn1, TOut1>, FlowShape<TIn2, TOut2>)
TBD
Declaration
public BidiShape(FlowShape<TIn1, TOut1> top, FlowShape<TIn2, TOut2> bottom)
Parameters
Type | Name | Description |
---|---|---|
FlowShape<TIn1, TOut1> | top | TBD |
FlowShape<TIn2, TOut2> | bottom | TBD |
BidiShape(Inlet<TIn1>, Outlet<TOut1>, Inlet<TIn2>, Outlet<TOut2>)
TBD
Declaration
public BidiShape(Inlet<TIn1> in1, Outlet<TOut1> out1, Inlet<TIn2> in2, Outlet<TOut2> out2)
Parameters
Type | Name | Description |
---|---|---|
Inlet<TIn1> | in1 | TBD |
Outlet<TOut1> | out1 | TBD |
Inlet<TIn2> | in2 | TBD |
Outlet<TOut2> | out2 | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | This exception is thrown when either the specified |
Fields
| Improve this Doc View SourceInlet1
TBD
Declaration
public readonly Inlet<TIn1> Inlet1
Field Value
Type | Description |
---|---|
Inlet<TIn1> |
Inlet2
TBD
Declaration
public readonly Inlet<TIn2> Inlet2
Field Value
Type | Description |
---|---|
Inlet<TIn2> |
Outlet1
TBD
Declaration
public readonly Outlet<TOut1> Outlet1
Field Value
Type | Description |
---|---|
Outlet<TOut1> |
Outlet2
TBD
Declaration
public readonly Outlet<TOut2> Outlet2
Field Value
Type | Description |
---|---|
Outlet<TOut2> |
Properties
| Improve this Doc View SourceInlets
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 SourceCopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)
TBD
Declaration
public 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 | This exception is thrown when the size of the specified |
DeepCopy()
TBD
Declaration
public override Shape DeepCopy()
Returns
Type | Description |
---|---|
Shape | TBD |
Overrides
| Improve this Doc View SourceReversed()
TBD
Declaration
public Shape Reversed()
Returns
Type | Description |
---|---|
Shape | TBD |