@ManagedResource(description="Managed PollEnricher") public class ManagedPollEnricher extends ManagedProcessor implements ManagedPollEnricherMBean
TIMESTAMP_FORMATexchangesTotal, resetTimestamp, startTimestamp| Constructor and Description |
|---|
ManagedPollEnricher(CamelContext context,
PollEnricher processor,
PollEnrichDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
TabularData |
extendedInformation()
Extended information such as utilization of endpoints.
|
Integer |
getCacheSize() |
PollEnrichDefinition |
getDefinition() |
String |
getExpression() |
String |
getExpressionLanguage() |
PollEnricher |
getProcessor() |
Long |
getTimeout() |
void |
init(ManagementStrategy strategy) |
Boolean |
isAggregateOnException() |
Boolean |
isIgnoreInvalidEndpoint() |
void |
reset() |
dumpProcessorAsXml, explain, getCamelId, getCamelManagementName, getContext, getId, getIndex, getInstance, getProcessorId, getRoute, getRouteId, getState, getSupportExtendedInformation, informationJson, setRoute, start, stopcompletedExchange, dumpStatsAsXml, failedExchange, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, processExchange, setStatisticsEnabledgetExchangesTotal, getResetTimestamp, getStartTimestamp, incrementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumpProcessorAsXml, explain, getCamelId, getCamelManagementName, getIndex, getProcessorId, getRouteId, getState, getSupportExtendedInformation, informationJson, start, stopdumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabledgetExchangesTotal, getResetTimestamp, getStartTimestamppublic ManagedPollEnricher(CamelContext context, PollEnricher processor, PollEnrichDefinition definition)
public void init(ManagementStrategy strategy)
init in class ManagedProcessorpublic void reset()
reset in interface ManagedCounterMBeanreset in class ManagedPerformanceCounterpublic PollEnrichDefinition getDefinition()
getDefinition in class ManagedProcessorpublic PollEnricher getProcessor()
getProcessor in class ManagedProcessorpublic String getExpressionLanguage()
getExpressionLanguage in interface ManagedPollEnricherMBeanpublic String getExpression()
getExpression in interface ManagedPollEnricherMBeanpublic Long getTimeout()
getTimeout in interface ManagedPollEnricherMBeanpublic Integer getCacheSize()
getCacheSize in interface ManagedPollEnricherMBeanpublic Boolean isIgnoreInvalidEndpoint()
isIgnoreInvalidEndpoint in interface ManagedPollEnricherMBeanpublic Boolean isAggregateOnException()
isAggregateOnException in interface ManagedPollEnricherMBeanpublic TabularData extendedInformation()
ManagedExtendedInformationextendedInformation in interface ManagedExtendedInformationextendedInformation in interface ManagedPollEnricherMBeanApache Camel