| IMaterializerMaterializeTMat 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.129 (1.2.3.129)
Syntax TMat Materialize<TMat>(
IGraph<ClosedShape, TMat> runnable
)
abstract Materialize :
runnable : IGraph<ClosedShape, 'TMat> -> 'TMat
Parameters
- runnable
- Type: Akka.StreamsIGraphClosedShape, TMat
TBD
Type Parameters
- TMat
- TBD
Return Value
Type:
TMatTBD
See Also