Click or drag to resize
Akka.NETFlowTIn, TOut, TMatToProcessor Method

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IRunnableGraph<IProcessor<TIn, TOut>> ToProcessor()

Return Value

Type: IRunnableGraphIProcessorTIn, TOut
A IRunnableGraphTMat that materializes to a IProcessor when Run() is called on it.
See Also