public interface RetryCallback
doWork(org.mule.runtime.core.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() |
void doWork(RetryContext context) throws Exception
ExceptionString getWorkDescription()
Object getWorkOwner()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.