InitOptions
Hierarchy
- InitOptions
Index
Properties
optionalgracefulShutdown
optionalgracefulShutdownDelayMillis
Delay in milliseconds before calling Actor.exit()/Actor.reboot() on aborting/migrating events.
Since both methods already wait for all event handlers to complete, this delay is usually unnecessary.
Whether to automatically handle platform shutdown signals. When enabled,
Actor.exit()is called onabortingevents andActor.reboot()onmigratingevents.