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() |
Object |
getWorkOwner() |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.