@ManagedResource(description="Managed RecipientList") public class ManagedRecipientList extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedRecipientListMBean
TIMESTAMP_FORMAT
exchangesTotal, resetTimestamp, startTimestamp
Constructor and Description |
---|
ManagedRecipientList(org.apache.camel.CamelContext context,
org.apache.camel.processor.RecipientList processor,
org.apache.camel.model.RecipientListDefinition definition) |
Modifier and Type | Method and Description |
---|---|
TabularData |
extendedInformation() |
Integer |
getCacheSize() |
org.apache.camel.model.RecipientListDefinition |
getDefinition() |
String |
getExpression() |
String |
getExpressionLanguage() |
Boolean |
getSupportExtendedInformation() |
Long |
getTimeout() |
String |
getUriDelimiter() |
void |
init(org.apache.camel.spi.ManagementStrategy strategy) |
Boolean |
isParallelAggregate() |
Boolean |
isParallelProcessing() |
Boolean |
isShareUnitOfWork() |
Boolean |
isStopOnException() |
Boolean |
isStreaming() |
void |
reset() |
dumpProcessorAsXml, getCamelId, getCamelManagementName, getContext, getId, getIndex, getInstance, getProcessor, getProcessorId, getRoute, getRouteId, getState, getStepId, setRoute, start, stop
completedExchange, dumpStatsAsXml, failedExchange, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, processExchange, setStatisticsEnabled
getExchangesTotal, getResetTimestamp, getStartTimestamp, increment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dumpProcessorAsXml, getCamelId, getCamelManagementName, getIndex, getProcessorId, getRouteId, getState, getStepId, start, stop
dumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabled
public ManagedRecipientList(org.apache.camel.CamelContext context, org.apache.camel.processor.RecipientList processor, org.apache.camel.model.RecipientListDefinition definition)
public void init(org.apache.camel.spi.ManagementStrategy strategy)
init
in class ManagedProcessor
public void reset()
reset
in interface org.apache.camel.api.management.mbean.ManagedCounterMBean
reset
in class ManagedPerformanceCounter
public Boolean getSupportExtendedInformation()
getSupportExtendedInformation
in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
getSupportExtendedInformation
in class ManagedProcessor
public org.apache.camel.model.RecipientListDefinition getDefinition()
getDefinition
in class ManagedProcessor
public String getExpressionLanguage()
getExpressionLanguage
in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
public String getExpression()
getExpression
in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
public String getUriDelimiter()
getUriDelimiter
in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
public Integer getCacheSize()
getCacheSize
in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
public Boolean isParallelAggregate()
isParallelAggregate
in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
public Boolean isParallelProcessing()
isParallelProcessing
in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
public Boolean isStreaming()
isStreaming
in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
public Boolean isStopOnException()
isStopOnException
in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
public Boolean isShareUnitOfWork()
isShareUnitOfWork
in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
public Long getTimeout()
getTimeout
in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
public TabularData extendedInformation()
extendedInformation
in interface org.apache.camel.api.management.mbean.ManagedExtendedInformation
extendedInformation
in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
Apache Camel