Click or drag to resize
Akka.NETIMaterializerMaterializeTMat Method
This method interprets the given Flow description and creates the running stream. The result can be highly implementation specific, ranging from local actor chains to remote-deployed processing networks.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
TMat Materialize<TMat>(
	IGraph<ClosedShape, TMat> runnable
)

Parameters

runnable
Type: Akka.StreamsIGraphClosedShape, TMat
TBD

Type Parameters

TMat
TBD

Return Value

Type: TMat
TBD
See Also