Hallo Community,
I would like to intercept/detect the shutdown event on a Jira instance because I would like to perform some clean operations in that case.
I've found a list of events here
https://developer.atlassian.com/server/jira/platform/jira-specific-atlassian-events-4227200/
occurring within Jira. Can I use one on them?
Or should I rely on the Shutdown Hook of the server/container (Jboss, Tomcat, etc.)? And in that case, is there any guidelines to do it in a container-independent way?
Thanks