Class ShutdownListenerBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.ShutdownListenerBuildItem

public final class ShutdownListenerBuildItem extends MultiBuildItem
A build item that holds a ShutdownListener instance.

Allows registration of listeners to be notified during application shutdown.

  • Field Details

  • Constructor Details

    • ShutdownListenerBuildItem

      public ShutdownListenerBuildItem(ShutdownListener shutdownListener)
  • Method Details