@ManagedResource(description="Managed Multicast") public class ManagedMulticast extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedMulticastMBean
TIMESTAMP_FORMATexchangesTotal, resetTimestamp, startTimestamp| Constructor and Description |
|---|
ManagedMulticast(org.apache.camel.CamelContext context,
org.apache.camel.processor.MulticastProcessor processor,
org.apache.camel.model.ProcessorDefinition<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getTimeout() |
Boolean |
isParallelAggregate() |
Boolean |
isParallelProcessing() |
Boolean |
isShareUnitOfWork() |
Boolean |
isStopOnException() |
Boolean |
isStreaming() |
dumpProcessorAsXml, getCamelId, getCamelManagementName, getContext, getDefinition, getId, getIndex, getInstance, getProcessor, getProcessorId, getRoute, getRouteId, getState, getStepId, getSupportExtendedInformation, init, 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, reset, setStatisticsEnabledgetExchangesTotal, getResetTimestamp, getStartTimestamp, incrementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumpProcessorAsXml, getCamelId, getCamelManagementName, getIndex, getProcessorId, getRouteId, getState, getStepId, getSupportExtendedInformation, start, stopdumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabledpublic ManagedMulticast(org.apache.camel.CamelContext context, org.apache.camel.processor.MulticastProcessor processor, org.apache.camel.model.ProcessorDefinition<?> definition)
public Boolean isParallelAggregate()
isParallelAggregate in interface org.apache.camel.api.management.mbean.ManagedMulticastMBeanpublic Boolean isParallelProcessing()
isParallelProcessing in interface org.apache.camel.api.management.mbean.ManagedMulticastMBeanpublic Boolean isStreaming()
isStreaming in interface org.apache.camel.api.management.mbean.ManagedMulticastMBeanpublic Boolean isStopOnException()
isStopOnException in interface org.apache.camel.api.management.mbean.ManagedMulticastMBeanpublic Boolean isShareUnitOfWork()
isShareUnitOfWork in interface org.apache.camel.api.management.mbean.ManagedMulticastMBeanpublic Long getTimeout()
getTimeout in interface org.apache.camel.api.management.mbean.ManagedMulticastMBeanApache Camel