public interface ManagedSetPropertyMBean extends ManagedProcessorMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getExpressionLanguage() |
String |
getPropertyName() |
dumpProcessorAsXml, explain, getCamelId, getCamelManagementName, getIndex, getProcessorId, getRouteId, getState, getSupportExtendedInformation, informationJson, 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="Name of exchange property to set a new value") String getPropertyName()
@ManagedAttribute(description="The language for the expression") String getExpressionLanguage()
@ManagedAttribute(description="Expression to return the value of the message exchange property") String getExpression()
Apache Camel