Uses of Class
org.mule.transport.polling.MessageProcessorPollingOverride

Packages that use MessageProcessorPollingOverride
org.mule.config.spring.factories   
org.mule.transport.polling   
org.mule.transport.polling.watermark   
org.mule.transport.polling.watermark.selector   
 

Uses of MessageProcessorPollingOverride in org.mule.config.spring.factories
 

Fields in org.mule.config.spring.factories declared as MessageProcessorPollingOverride
protected  MessageProcessorPollingOverride PollingMessageSourceFactoryBean.override
           
 

Methods in org.mule.config.spring.factories with parameters of type MessageProcessorPollingOverride
 void PollingMessageSourceFactoryBean.setOverride(MessageProcessorPollingOverride override)
           
 

Uses of MessageProcessorPollingOverride in org.mule.transport.polling
 

Fields in org.mule.transport.polling declared as MessageProcessorPollingOverride
protected  MessageProcessorPollingOverride MessageProcessorPollingMessageReceiver.override
           The MessageProcessorPollingOverride that affects the routing of the MuleEvent
 

Uses of MessageProcessorPollingOverride in org.mule.transport.polling.watermark
 

Subclasses of MessageProcessorPollingOverride in org.mule.transport.polling.watermark
 class UpdateExpressionWatermark
          Implementation of Watermark in which the value is updated through a MEL expression
 class Watermark
          Poll override that provides watermarking functionality: It enriches the event passed to the polling message processor to have a flow variable fetched from the object store defined, ensures the variable is carried over to the flow event if it is going to be executed, and saves the value of the variable back to the object store at the end of the flow.
 

Uses of MessageProcessorPollingOverride in org.mule.transport.polling.watermark.selector
 

Subclasses of MessageProcessorPollingOverride in org.mule.transport.polling.watermark.selector
 class SelectorWatermark
          Implementation of Watermark that relies on a WatermarkSelector to update its values
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.