Class CamelHealthCheckConfigurationProperties
java.lang.Object
org.apache.camel.spring.boot.actuate.health.CamelHealthCheckConfigurationProperties
@ConfigurationProperties(prefix="camel.health")
public class CamelHealthCheckConfigurationProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanvoidsetAsyncCamelHealthCheck(boolean asyncCamelHealthCheck) voidsetConsumersEnabled(Boolean consumersEnabled) voidsetEnabled(Boolean enabled) voidsetExcludePattern(String excludePattern) voidsetExposureLevel(String exposureLevel) voidsetHealthCheckFrequency(int healthCheckFrequency) voidsetHealthCheckPoolSize(int healthCheckPoolSize) voidsetHealthCheckThreadNamePrefix(String healthCheckThreadNamePrefix) voidsetInitialState(String initialState) voidsetProducersEnabled(Boolean producersEnabled) voidsetRegistryEnabled(Boolean registryEnabled) voidsetRoutesEnabled(Boolean routesEnabled)
-
Constructor Details
-
CamelHealthCheckConfigurationProperties
public CamelHealthCheckConfigurationProperties()
-
-
Method Details
-
getEnabled
-
setEnabled
-
getRoutesEnabled
-
setRoutesEnabled
-
getConsumersEnabled
-
setConsumersEnabled
-
getRegistryEnabled
-
setRegistryEnabled
-
getProducersEnabled
-
setProducersEnabled
-
getExcludePattern
-
setExcludePattern
-
getExposureLevel
-
setExposureLevel
-
getInitialState
-
setInitialState
-
getHealthCheckFrequency
public int getHealthCheckFrequency() -
setHealthCheckFrequency
public void setHealthCheckFrequency(int healthCheckFrequency) -
getHealthCheckPoolSize
public int getHealthCheckPoolSize() -
setHealthCheckPoolSize
public void setHealthCheckPoolSize(int healthCheckPoolSize) -
getHealthCheckThreadNamePrefix
-
setHealthCheckThreadNamePrefix
-
isAsyncCamelHealthCheck
public boolean isAsyncCamelHealthCheck() -
setAsyncCamelHealthCheck
public void setAsyncCamelHealthCheck(boolean asyncCamelHealthCheck)
-