public class RetryingErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
RetryingErrorHandler(Predicate<Exception> errorFilter) |
| Modifier and Type | Method and Description |
|---|---|
static RetryingErrorHandler |
forAnyError() |
void |
handleError(Exception error,
String errorMessage,
Runnable retryFunction) |
public static RetryingErrorHandler forAnyError()
public void handleError(Exception error, String errorMessage, Runnable retryFunction) throws Exception
handleError in interface ErrorHandlerExceptionCopyright © 2019 Flux Capacitor. All rights reserved.