org.mule.routing
Interface UntilSuccessfulProcessingStrategy

All Known Implementing Classes:
AbstractUntilSuccessfulProcessingStrategy, AsynchronousUntilSuccessfulProcessingStrategy, SynchronousUntilSuccessfulProcessingStrategy

public interface UntilSuccessfulProcessingStrategy

Defines a processing strategy for until successful router.


Method Summary
 MuleEvent route(MuleEvent event)
           
 void setUntilSuccessfulConfiguration(UntilSuccessfulConfiguration untilSuccessfulConfiguration)
           
 

Method Detail

route

MuleEvent route(MuleEvent event)
                throws MessagingException
Parameters:
event - the message to be routed through the until-successful router.
Returns:
the return event from the until-successful execution.
Throws:
MessagingException - exception thrown during until-successful execution.

setUntilSuccessfulConfiguration

void setUntilSuccessfulConfiguration(UntilSuccessfulConfiguration untilSuccessfulConfiguration)
Parameters:
untilSuccessfulConfiguration - until successful configuration.


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