Package io.quarkus.arc.shutdown
Class ArcShutdownListener
java.lang.Object
io.quarkus.arc.shutdown.ArcShutdownListener
- All Implemented Interfaces:
io.quarkus.runtime.shutdown.ShutdownListener
public class ArcShutdownListener
extends Object
implements io.quarkus.runtime.shutdown.ShutdownListener
Fires an observable
ShutdownDelayInitiatedEvent in the pre-shutdown phase if
quarkus.shutdown.delay-enabled=true.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.runtime.shutdown.ShutdownListener
io.quarkus.runtime.shutdown.ShutdownListener.ShutdownNotification -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpreShutdown(io.quarkus.runtime.shutdown.ShutdownListener.ShutdownNotification notification) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.runtime.shutdown.ShutdownListener
shutdown
-
Constructor Details
-
ArcShutdownListener
public ArcShutdownListener()
-
-
Method Details
-
preShutdown
public void preShutdown(io.quarkus.runtime.shutdown.ShutdownListener.ShutdownNotification notification) - Specified by:
preShutdownin interfaceio.quarkus.runtime.shutdown.ShutdownListener
-