Click or drag to resize
Akka.NETIMaterializer Properties

The IMaterializer type exposes the following members.

Properties
  NameDescription
Public propertyExecutionContext
Running a flow graph will require execution resources, as will computations within Sources, Sinks, etc. This MessageDispatcher can be used by parts of the flow to submit processing jobs for execution, run Future callbacks, etc.
Top
See Also