Class ShutdownConfig

    • Field Detail

      • timeout

        @ConfigItem
        public Optional<Duration> timeout
        The timeout to wait for running requests to finish. If this is not set then the application will exit immediately. Setting this timeout will incur a small performance penalty, as it requires active requests to be tracked.
    • Constructor Detail

      • ShutdownConfig

        public ShutdownConfig()
    • Method Detail

      • isShutdownTimeoutSet

        public boolean isShutdownTimeoutSet()