| ActorMaterializerShutdown Method |
Shuts down this materializer and all the stages that have been materialized through this materializer. After
having shut down, this materializer cannot be used again. Any attempt to materialize stages after having
shut down will result in an
IllegalStateException being thrown at materialization time.
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract void Shutdown()
abstract Shutdown : unit -> unit
See Also