アノテーションインターフェース ConditionalOnEnabledHealthIndicator


@RetentionSE(RUNTIMESE) @TargetSE({TYPESE,METHODSE}) @DocumentedSE @Conditional(org.springframework.boot.actuate.autoconfigure.health.OnEnabledHealthIndicatorCondition.class) public @interface ConditionalOnEnabledHealthIndicator
デフォルトのヘルスインジケータが有効になっているかどうかを確認する @Conditionalmanagement.health.<name>.enabled プロパティの値が true の場合に一致します。それ以外の場合、management.health.defaults.enabled プロパティの値が true であるか、構成されていない場合に一致します。
導入:
2.0.0
作成者:
Stephane Nicoll
  • 必須定数のサマリー

    必須要素
    修飾子と型
    必須要素
    説明
    ヘルスインジケーターの名前。
  • 要素の詳細

    • value

      StringSE value
      ヘルスインジケーターの名前。
      戻り値:
      ヘルスインジケーターの名前