public interface UntilSuccessfulProcessingStrategy
| Modifier and Type | Method and Description |
|---|---|
Event |
route(Event event,
FlowConstruct flowConstruct) |
void |
setUntilSuccessfulConfiguration(UntilSuccessfulConfiguration untilSuccessfulConfiguration) |
Event route(Event event, FlowConstruct flowConstruct) throws org.mule.runtime.api.exception.MuleException
event - the message to be routed through the until-successful router.flowConstruct - MessagingException - exception thrown during until-successful execution.org.mule.runtime.api.exception.MuleExceptionvoid setUntilSuccessfulConfiguration(UntilSuccessfulConfiguration untilSuccessfulConfiguration)
untilSuccessfulConfiguration - until successful configuration.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.