Class MemoryHealthIndicatorProperties

java.lang.Object
io.camunda.zeebe.util.health.MemoryHealthIndicatorProperties
Direct Known Subclasses:
LivenessMemoryHealthIndicatorProperties

@ConfigurationProperties(prefix="management.health.memory") @Component @Primary public class MemoryHealthIndicatorProperties extends Object
External configuration properties for MemoryHealthIndicator.
  • Constructor Details

    • MemoryHealthIndicatorProperties

      public MemoryHealthIndicatorProperties()
  • Method Details

    • getThreshold

      public double getThreshold()
    • setThreshold

      public void setThreshold(double threshold)
    • getDefaultThreshold

      protected double getDefaultThreshold()