public interface UntilSuccessfulConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getAckExpression() |
Processor |
getDlqMP() |
ExpressionFilter |
getFailureExpressionFilter() |
FlowConstruct |
getFlowConstruct() |
int |
getMaxRetries() |
long |
getMillisBetweenRetries() |
MuleContext |
getMuleContext() |
ListableObjectStore<Event> |
getObjectStore() |
Processor |
getRoute() |
Processor |
getRouter() |
ListableObjectStore<Event> getObjectStore()
ExpressionFilter getFailureExpressionFilter()
Processor getRoute()
MuleContext getMuleContext()
FlowConstruct getFlowConstruct()
String getAckExpression()
long getMillisBetweenRetries()
int getMaxRetries()
Processor getDlqMP()
Processor getRouter()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.