Class ShutdownBuildTimeConfig

java.lang.Object
io.quarkus.deployment.shutdown.ShutdownBuildTimeConfig

@ConfigRoot(phase=BUILD_TIME) public class ShutdownBuildTimeConfig extends Object
  • Field Details

    • delayEnabled

      @ConfigItem(defaultValue="false") public boolean delayEnabled
      Whether Quarkus should wait between shutdown being requested and actually initiated. This delay gives the infrastructure time to detect that the application instance is shutting down and stop routing traffic to it.
  • Constructor Details

    • ShutdownBuildTimeConfig

      public ShutdownBuildTimeConfig()