public interface RetryNotifier
Modifier and Type | Method and Description |
---|---|
void |
onFailure(RetryContext context,
Throwable e)
Called each time a retry attempt fails.
|
void |
onSuccess(RetryContext context)
Called when a retry attempt finally suceeds.
|
void onFailure(RetryContext context, Throwable e)
void onSuccess(RetryContext context)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.