public abstract class AbstractUntilSuccessfulProcessingStrategy extends Object implements UntilSuccessfulProcessingStrategy
| Constructor and Description |
|---|
AbstractUntilSuccessfulProcessingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected UntilSuccessfulConfiguration |
getUntilSuccessfulConfiguration() |
protected MuleEvent |
processEvent(MuleEvent event)
Process the event through the configured route in the until-successful configuration.
|
protected MuleEvent |
processResponseThroughAckResponseExpression(MuleEvent event) |
void |
setUntilSuccessfulConfiguration(UntilSuccessfulConfiguration untilSuccessfulConfiguration) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitroutepublic AbstractUntilSuccessfulProcessingStrategy()
public void setUntilSuccessfulConfiguration(UntilSuccessfulConfiguration untilSuccessfulConfiguration)
setUntilSuccessfulConfiguration in interface UntilSuccessfulProcessingStrategyuntilSuccessfulConfiguration - until successful configuration.protected MuleEvent processEvent(MuleEvent event)
event - the event to process through the until successful inner route.protected MuleEvent processResponseThroughAckResponseExpression(MuleEvent event)
event - the response event from the until-successful route.protected UntilSuccessfulConfiguration getUntilSuccessfulConfiguration()
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.