Click or drag to resize
Akka.NETFlowTIn, TOut, TMatJoinTMat2 Method (IGraphFlowShapeTOut, TIn, TMat2)
Join this FlowTIn, TOut, TMat to another FlowTIn, TOut, TMat, by cross connecting the inputs and outputs, creating a IRunnableGraphTMat. 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 JoinMaterializedTMat2, TMat3(IGraphFlowShapeTOut, TIn, TMat2, FuncTMat, TMat2, TMat3) if a different strategy is needed.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IRunnableGraph<TMat> Join<TMat2>(
	IGraph<FlowShape<TOut, TIn>, TMat2> flow
)

Parameters

flow
Type: Akka.StreamsIGraphFlowShapeTOut, TIn, TMat2
TBD

Type Parameters

TMat2
TBD

Return Value

Type: IRunnableGraphTMat
TBD
See Also