Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a method to Application which forces a shutdown #39

Closed
oheger opened this issue Aug 30, 2017 · 2 comments
Closed

Add a method to Application which forces a shutdown #39

oheger opened this issue Aug 30, 2017 · 2 comments

Comments

@oheger
Copy link
Owner

oheger commented Aug 30, 2017

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

@oheger
Copy link
Owner Author

oheger commented Aug 30, 2017

  • status: open --> closed

Original comment by: oheger

@oheger
Copy link
Owner Author

oheger commented Aug 30, 2017

The proposed method has been added to Application.

Original comment by: oheger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant