Interface ManagedResequencerMBean
- All Superinterfaces:
ManagedCounterMBean,ManagedPerformanceCounterMBean,ManagedProcessorMBean
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.apache.camel.api.management.mbean.ManagedCounterMBean
getExchangesTotal, getResetTimestamp, getStartTimestamp, resetMethods inherited from interface org.apache.camel.api.management.mbean.ManagedPerformanceCounterMBean
dumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getIdleSince, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeCreatedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabledMethods inherited from interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
dumpProcessorAsXml, getCamelId, getCamelManagementName, getIndex, getLevel, getNodePrefixId, getProcessorId, getProcessorName, getRouteId, getSourceLineNumber, getSourceLocation, getState, getStepId, getSupportExtendedInformation, start, stop
-
Method Details
-
getExpression
@ManagedAttribute(description="Expression to use for re-ordering the messages, such as a header with a sequence number") String getExpression() -
getBatchSize
@ManagedAttribute(description="The size of the batch to be re-ordered. The default size is 100.") Integer getBatchSize() -
getTimeout
@ManagedAttribute(description="Minimum time to wait for missing elements (messages).") Long getTimeout() -
isAllowDuplicates
-
isReverse
-
isIgnoreInvalidExchanges
@ManagedAttribute(description="Whether to ignore invalid exchanges") Boolean isIgnoreInvalidExchanges() -
getCapacity
@ManagedAttribute(description="The capacity of the resequencer\'s inbound queue") Integer getCapacity() -
isRejectOld
@ManagedAttribute(description="If true, throws an exception when messages older than the last delivered message are processed") Boolean isRejectOld()
-