Class LifecycleProperties

java.lang.Object
org.springframework.boot.autoconfigure.context.LifecycleProperties

@ConfigurationProperties(prefix="spring.lifecycle") public class LifecycleProperties extends Object
Configuration properties for lifecycle processing.
Since:
2.3.0
Author:
Andy Wilkinson
  • Constructor Details

    • LifecycleProperties

      public LifecycleProperties()
  • Method Details

    • getTimeoutPerShutdownPhase

      public Duration getTimeoutPerShutdownPhase()
    • setTimeoutPerShutdownPhase

      public void setTimeoutPerShutdownPhase(Duration timeoutPerShutdownPhase)