Click or drag to resize
Akka.NETBidiFlowTIn1, TOut1, TIn2, TOut2, TMat Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.Streams.DslBidiFlowTIn1, TOut1, TIn2, TOut2, TMat

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class BidiFlow<TIn1, TOut1, TIn2, TOut2, TMat> : IGraph<BidiShape<TIn1, TOut1, TIn2, TOut2>, TMat>, 
	IGraph<BidiShape<TIn1, TOut1, TIn2, TOut2>>

Type Parameters

TIn1
TBD
TOut1
TBD
TIn2
TBD
TOut2
TBD
TMat
TBD

The BidiFlowTIn1, TOut1, TIn2, TOut2, TMat type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyModule
TBD
Public propertyShape
TBD
Top
Methods
  NameDescription
Public methodAddAttributes
TBD
Public methodAsync
TBD
Public methodAtopTOut12, TIn21, TMat2
Add the given BidiFlow as the next step in a bidirectional transformation pipeline. By convention protocol stacks are growing to the left: the right most is the bottom layer, the closest to the metal. {{{ +----------------------------+ | Resulting BidiFlow | | | | +------+ +------+ | I1 ~~> | | ~O1~> | | ~~> OO1 | | this | | bidi | | O2 <~~ | | <~I2~ | | <~~ II2 | +------+ +------+ | +----------------------------+ }}} The materialized value of the combined BidiFlowTIn1, TOut1, TIn2, TOut2, TMat will be the materialized value of the current flow (ignoring the other BidiFlow’s value), use AtopMatTOut12, TIn21, TMat2, TMat3(BidiFlowTOut1, TOut12, TIn21, TIn2, TMat2, FuncTMat, TMat2, TMat3) if a different strategy is needed.
Public methodAtopMatTOut12, TIn21, TMat2, TMat3
Add the given BidiFlow as the next step in a bidirectional transformation pipeline. By convention protocol stacks are growing to the left: the right most is the bottom layer, the closest to the metal. {{{ +----------------------------+ | Resulting BidiFlow | | | | +------+ +------+ | I1 ~~> | | ~O1~> | | ~~> OO1 | | this | | bidi | | O2 <~~ | | <~I2~ | | <~~ II2 | +------+ +------+ | +----------------------------+ }}} The combine function is used to compose the materialized values of this flow and that flow into the materialized value of the resulting BidiFlow.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodJoinTMat2
Add the given Flow as the final step in a bidirectional transformation pipeline. By convention protocol stacks are growing to the left: the right most is the bottom layer, the closest to the metal. {{{ +---------------------------+ | Resulting Flow | | | | +------+ +------+ | I1 ~~> | | ~O1~> | | | | | this | | flow | | O2 <~~ | | <~I2~ | | | | +------+ +------+ | +---------------------------+ }}} The materialized value of the combined FlowTIn, TOut, TMat will be the materialized value of the current flow (ignoring the other Flow’s value), use JoinMatTMat2, TMat3(FlowTOut1, TIn2, TMat2, FuncTMat, TMat2, TMat3) if a different strategy is needed.
Public methodJoinMatTMat2, TMat3
Add the given Flow as the final step in a bidirectional transformation pipeline. By convention protocol stacks are growing to the left: the right most is the bottom layer, the closest to the metal. {{{ +---------------------------+ | Resulting Flow | | | | +------+ +------+ | I1 ~~> | | ~O1~> | | | | | this | | flow | | O2 <~~ | | <~I2~ | | | | +------+ +------+ | +---------------------------+ }}} The combine function is used to compose the materialized values of this flow and that flow into the materialized value of the resulting FlowTIn, TOut, TMat.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNamed
TBD
Public methodReversed
Turn this BidiFlow around by 180 degrees, logically flipping it upside down in a protocol stack.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithAttributes
TBD
Top
Extension Methods
See Also