@ManagedResource(description="Managed DynamicRouter") public class ManagedDynamicRouter extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedDynamicRouterMBean
TIMESTAMP_FORMATexchangesTotal, resetTimestamp, startTimestamp| Constructor and Description |
|---|
ManagedDynamicRouter(org.apache.camel.CamelContext context,
org.apache.camel.processor.DynamicRouter processor,
org.apache.camel.model.DynamicRouterDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
TabularData |
extendedInformation() |
Integer |
getCacheSize() |
org.apache.camel.model.DynamicRouterDefinition |
getDefinition() |
String |
getExpression() |
String |
getExpressionLanguage() |
Boolean |
getSupportExtendedInformation() |
String |
getUriDelimiter() |
void |
init(org.apache.camel.spi.ManagementStrategy strategy) |
Boolean |
isIgnoreInvalidEndpoints() |
void |
reset() |
dumpProcessorAsXml, getCamelId, getCamelManagementName, getContext, getId, getIndex, getInstance, getProcessor, 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 ManagedDynamicRouter(org.apache.camel.CamelContext context, org.apache.camel.processor.DynamicRouter processor, org.apache.camel.model.DynamicRouterDefinition definition)
public org.apache.camel.model.DynamicRouterDefinition getDefinition()
getDefinition in class ManagedProcessorpublic 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 String getExpression()
getExpression in interface org.apache.camel.api.management.mbean.ManagedDynamicRouterMBeanpublic String getExpressionLanguage()
getExpressionLanguage in interface org.apache.camel.api.management.mbean.ManagedDynamicRouterMBeanpublic String getUriDelimiter()
getUriDelimiter in interface org.apache.camel.api.management.mbean.ManagedDynamicRouterMBeanpublic Integer getCacheSize()
getCacheSize in interface org.apache.camel.api.management.mbean.ManagedDynamicRouterMBeanpublic Boolean isIgnoreInvalidEndpoints()
isIgnoreInvalidEndpoints in interface org.apache.camel.api.management.mbean.ManagedDynamicRouterMBeanpublic TabularData extendedInformation()
extendedInformation in interface org.apache.camel.api.management.mbean.ManagedDynamicRouterMBeanextendedInformation in interface org.apache.camel.api.management.mbean.ManagedExtendedInformationApache Camel