public interface RetryCallback
doWork(org.mule.api.retry.RetryContext) method is what will actually get retried
according to the RetryPolicy that has been configured. Note that retries can be wrapped in a transaction
to ensure the work is atomic.| Modifier and Type | Method and Description |
|---|---|
void |
doWork(RetryContext context) |
String |
getWorkDescription() |
void doWork(RetryContext context) throws Exception
ExceptionString getWorkDescription()
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.