public interface UntilSuccessfulProcessingStrategy
| Modifier and Type | Method and Description |
|---|---|
MuleEvent |
route(MuleEvent event) |
void |
setUntilSuccessfulConfiguration(UntilSuccessfulConfiguration untilSuccessfulConfiguration) |
MuleEvent route(MuleEvent event) throws MessagingException
event - the message to be routed through the until-successful router.MessagingException - exception thrown during until-successful execution.void setUntilSuccessfulConfiguration(UntilSuccessfulConfiguration untilSuccessfulConfiguration)
untilSuccessfulConfiguration - until successful configuration.Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.