public static class HealthCheckRoutesConfiguration.ThresholdsConfiguration extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
protected Long |
exchangesFailed
Number of failed exchanges.
|
protected Long |
exchangesInflight
Number of inflight exchanges.
|
protected Long |
externalRedeliveries
Number of external initiated redeliveries (such as from JMS broker).
|
protected HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration |
lastProcessingTime
Last processing time
|
protected HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration |
maxProcessingTime
Max processing time
|
protected HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration |
meanProcessingTime
Mean processing time
|
protected HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration |
minProcessingTime
Min processing time
|
protected Long |
redeliveries
Number of redeliveries (internal only).
|
Constructor and Description |
---|
ThresholdsConfiguration() |
protected Long exchangesFailed
protected Long exchangesInflight
protected Long redeliveries
protected Long externalRedeliveries
protected HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration lastProcessingTime
protected HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration minProcessingTime
protected HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration meanProcessingTime
protected HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration maxProcessingTime
public Long getExchangesFailed()
public void setExchangesFailed(Long exchangesFailed)
public Long getExchangesInflight()
public void setExchangesInflight(Long exchangesInflight)
public Long getRedeliveries()
public void setRedeliveries(Long redeliveries)
public Long getExternalRedeliveries()
public void setExternalRedeliveries(Long externalRedeliveries)
public HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration getLastProcessingTime()
public void setLastProcessingTime(HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration lastProcessingTime)
public HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration getMinProcessingTime()
public void setMinProcessingTime(HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration minProcessingTime)
public HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration getMeanProcessingTime()
public void setMeanProcessingTime(HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration meanProcessingTime)
public HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration getMaxProcessingTime()
public void setMaxProcessingTime(HealthCheckRoutesConfiguration.ThresholdsWithFailuresConfiguration maxProcessingTime)
public HealthCheckRoutesConfiguration.ThresholdsConfiguration copy()
Apache Camel