public interface ManagedSendProcessorMBean extends ManagedProcessorMBean, ManagedExtendedInformation
| Modifier and Type | Method and Description |
|---|---|
TabularData |
extendedInformation()
Extended information such as utilization of endpoints.
|
String |
getDestination() |
String |
getMessageExchangePattern() |
dumpProcessorAsXml, 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, setStatisticsEnabledgetExchangesTotal, getResetTimestamp, getStartTimestamp, reset@ManagedAttribute(description="Destination as Endpoint URI", mask=true) String getDestination()
@ManagedAttribute(description="Message Exchange Pattern") String getMessageExchangePattern()
@ManagedOperation(description="Statistics of the endpoint which has been sent to") TabularData extendedInformation()
ManagedExtendedInformationextendedInformation in interface ManagedExtendedInformationApache Camel