You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, there is no way to prevent that an application listener prevents an application to shutdown. There may be use cases where this is important, for instance when an application has to shutdown gracefully because the JVM is stopping.
The functionality can be provided by adding an overloaded shutdown() method to Application with a boolean force parameter.
Reported by: oheger
The text was updated successfully, but these errors were encountered:
So far, there is no way to prevent that an application listener prevents an application to shutdown. There may be use cases where this is important, for instance when an application has to shutdown gracefully because the JVM is stopping.
The functionality can be provided by adding an overloaded shutdown() method to Application with a boolean force parameter.
Reported by: oheger
The text was updated successfully, but these errors were encountered: