org.fusesource.fabric.camel.facade.mbean
Interface CamelThrottleProcessorMBean
- All Superinterfaces:
- CamelPerformanceCounterMBean, CamelProcessorMBean
public interface CamelThrottleProcessorMBean
- extends CamelProcessorMBean
| Methods inherited from interface org.fusesource.fabric.camel.facade.mbean.CamelPerformanceCounterMBean |
getExchangesCompleted, getExchangesFailed, getExchangesTotal, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureTimestamp, getId, getLastExchangeCompletedTimestamp, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getTotalProcessingTime, isStatisticsEnabled, reset, setStatisticsEnabled |
getMaximumRequestsPerPeriod
long getMaximumRequestsPerPeriod()
setMaximumRequestsPerPeriod
void setMaximumRequestsPerPeriod(long maximumRequestsPerPeriod)
getTimePeriodMillis
long getTimePeriodMillis()
setTimePeriodMillis
void setTimePeriodMillis(long timePeriodMillis)
Copyright © 2015 Red Hat. All Rights Reserved.