@ManagedResource(description="Managed Enricher") public class ManagedEnricher extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedEnricherMBean
TIMESTAMP_FORMATexchangesTotal, resetTimestamp, startTimestamp| Constructor and Description |
|---|
ManagedEnricher(org.apache.camel.CamelContext context,
org.apache.camel.processor.Enricher processor,
org.apache.camel.model.EnrichDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
TabularData |
extendedInformation() |
Integer |
getCacheSize() |
org.apache.camel.model.EnrichDefinition |
getDefinition() |
String |
getExpression() |
String |
getExpressionLanguage() |
org.apache.camel.processor.Enricher |
getProcessor() |
Boolean |
getSupportExtendedInformation() |
void |
init(org.apache.camel.spi.ManagementStrategy strategy) |
Boolean |
isAggregateOnException() |
Boolean |
isIgnoreInvalidEndpoint() |
Boolean |
isShareUnitOfWork() |
void |
reset() |
dumpProcessorAsXml, getCamelId, getCamelManagementName, getContext, getId, getIndex, getInstance, getProcessorId, getRoute, getRouteId, getState, getStepId, 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, getCamelId, getCamelManagementName, getIndex, getProcessorId, getRouteId, getState, getStepId, start, stopdumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabledpublic ManagedEnricher(org.apache.camel.CamelContext context, org.apache.camel.processor.Enricher processor, org.apache.camel.model.EnrichDefinition definition)
public void init(org.apache.camel.spi.ManagementStrategy strategy)
init in class ManagedProcessorpublic void reset()
reset in interface org.apache.camel.api.management.mbean.ManagedCounterMBeanreset in class ManagedPerformanceCounterpublic Boolean getSupportExtendedInformation()
getSupportExtendedInformation in interface org.apache.camel.api.management.mbean.ManagedProcessorMBeangetSupportExtendedInformation in class ManagedProcessorpublic org.apache.camel.model.EnrichDefinition getDefinition()
getDefinition in class ManagedProcessorpublic org.apache.camel.processor.Enricher getProcessor()
getProcessor in class ManagedProcessorpublic String getExpressionLanguage()
getExpressionLanguage in interface org.apache.camel.api.management.mbean.ManagedEnricherMBeanpublic String getExpression()
getExpression in interface org.apache.camel.api.management.mbean.ManagedEnricherMBeanpublic Integer getCacheSize()
getCacheSize in interface org.apache.camel.api.management.mbean.ManagedEnricherMBeanpublic Boolean isIgnoreInvalidEndpoint()
isIgnoreInvalidEndpoint in interface org.apache.camel.api.management.mbean.ManagedEnricherMBeanpublic Boolean isShareUnitOfWork()
isShareUnitOfWork in interface org.apache.camel.api.management.mbean.ManagedEnricherMBeanpublic Boolean isAggregateOnException()
isAggregateOnException in interface org.apache.camel.api.management.mbean.ManagedEnricherMBeanpublic TabularData extendedInformation()
extendedInformation in interface org.apache.camel.api.management.mbean.ManagedEnricherMBeanextendedInformation in interface org.apache.camel.api.management.mbean.ManagedExtendedInformationApache Camel