public class ShutdownEvent extends Object
void onStop(@Observes ShutdownEvent ev) {
LOGGER.info("The application is stopping...");
}
The annotated method can access other injected beans.Copyright © 2020 JBoss by Red Hat. All rights reserved.