classActorSystemLifecycle extends SmartLifecycle with SpringLogging
Shuts down the actor system when the application context is stopped.
The lifecycle phase (default -10) can be adjusted by setting the akka.actorSystem.lifecycle.phase configuration
property. Note that the phase MUST be less than any beans that depend on the actor system to ensure that the
actor system is shut down after any dependent beans.
Linear Supertypes
SpringLogging, SmartLifecycle, Phased, Lifecycle, AnyRef, Any
Shuts down the actor system when the application context is stopped.
The lifecycle phase (default -10) can be adjusted by setting the akka.actorSystem.lifecycle.phase configuration property. Note that the phase MUST be less than any beans that depend on the actor system to ensure that the actor system is shut down after any dependent beans.