Interface ShutdownBuildTimeConfig


@ConfigMapping(prefix="quarkus.shutdown") @ConfigRoot(phase=BUILD_TIME) public interface ShutdownBuildTimeConfig
Shutdown
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether Quarkus should wait between shutdown being requested and actually initiated.
    default boolean
     
  • Method Details

    • delayEnabled

      @WithDefault("false") 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.
    • isDelayEnabled

      default boolean isDelayEnabled()