Click or drag to resize
Akka.NETFlowFromProcessorMaterializedTIn, TOut, TMat Method
Creates a Flow from a Reactive Streams IProcessor and returns a materialized value.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Flow<TIn, TOut, TMat> FromProcessorMaterialized<TIn, TOut, TMat>(
	Func<Tuple<IProcessor<TIn, TOut>, TMat>> factory
)

Parameters

factory
Type: SystemFuncTupleIProcessorTIn, TOut, TMat
TBD

Type Parameters

TIn
TBD
TOut
TBD
TMat
TBD

Return Value

Type: FlowTIn, TOut, TMat
TBD
See Also