@ManagedResource(description="Managed Enricher") public class ManagedEnricher extends ManagedProcessor implements ManagedEnricherMBean
TIMESTAMP_FORMATexchangesTotal, resetTimestamp, startTimestamp| Constructor and Description |
|---|
ManagedEnricher(CamelContext context,
Enricher processor,
EnrichDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
TabularData |
extendedInformation()
Extended information such as utilization of endpoints.
|
Integer |
getCacheSize() |
EnrichDefinition |
getDefinition() |
String |
getExpression() |
String |
getExpressionLanguage() |
Enricher |
getProcessor() |
Boolean |
getSupportExtendedInformation() |
void |
init(ManagementStrategy strategy) |
Boolean |
isAggregateOnException() |
Boolean |
isIgnoreInvalidEndpoint() |
Boolean |
isShareUnitOfWork() |
void |
reset() |
dumpProcessorAsXml, explain, getCamelId, getCamelManagementName, getContext, getId, getIndex, getInstance, getProcessorId, getRoute, getRouteId, getState, 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, 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 ManagedEnricher(CamelContext context, Enricher processor, EnrichDefinition definition)
public void init(ManagementStrategy strategy)
init in class ManagedProcessorpublic void reset()
reset in interface ManagedCounterMBeanreset in class ManagedPerformanceCounterpublic Boolean getSupportExtendedInformation()
getSupportExtendedInformation in interface ManagedProcessorMBeangetSupportExtendedInformation in class ManagedProcessorpublic EnrichDefinition getDefinition()
getDefinition in class ManagedProcessorpublic Enricher getProcessor()
getProcessor in class ManagedProcessorpublic String getExpressionLanguage()
getExpressionLanguage in interface ManagedEnricherMBeanpublic String getExpression()
getExpression in interface ManagedEnricherMBeanpublic Integer getCacheSize()
getCacheSize in interface ManagedEnricherMBeanpublic Boolean isIgnoreInvalidEndpoint()
isIgnoreInvalidEndpoint in interface ManagedEnricherMBeanpublic Boolean isShareUnitOfWork()
isShareUnitOfWork in interface ManagedEnricherMBeanpublic Boolean isAggregateOnException()
isAggregateOnException in interface ManagedEnricherMBeanpublic TabularData extendedInformation()
ManagedExtendedInformationextendedInformation in interface ManagedEnricherMBeanextendedInformation in interface ManagedExtendedInformationApache Camel