クラス LifecycleProperties

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

@ConfigurationProperties(prefix="spring.lifecycle") public class LifecycleProperties extends ObjectSE
ライフサイクル処理の構成プロパティ。
導入:
2.3.0
作成者:
Andy Wilkinson
  • コンストラクターの詳細

    • LifecycleProperties

      public LifecycleProperties()
  • メソッドの詳細

    • getTimeoutPerShutdownPhase

      public DurationSE getTimeoutPerShutdownPhase()
    • setTimeoutPerShutdownPhase

      public void setTimeoutPerShutdownPhase(DurationSE timeoutPerShutdownPhase)