org.mule.routing
Interface UntilSuccessfulProcessingStrategy
- All Known Implementing Classes:
- AbstractUntilSuccessfulProcessingStrategy, AsynchronousUntilSuccessfulProcessingStrategy, SynchronousUntilSuccessfulProcessingStrategy
public interface UntilSuccessfulProcessingStrategy
Defines a processing strategy for until successful router.
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.