public interface ManagedSetHeaderMBean extends ManagedProcessorMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getExpressionLanguage() |
String |
getHeaderName() |
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 message header to set a new value") String getHeaderName()
@ManagedAttribute(description="The language for the expression") String getExpressionLanguage()
@ManagedAttribute(description="Expression to return the value of the header") String getExpression()
Apache Camel