RateLimiterErrorHandlerpublic class DefaultRateLimiterErrorHandler extends Object implements RateLimiterErrorHandler
| Constructor | Description |
|---|---|
DefaultRateLimiterErrorHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleError(String msg,
Exception e) |
|
void |
handleFetchError(String key,
Exception e) |
|
void |
handleSaveError(String key,
Exception e) |
public void handleSaveError(String key, Exception e)
handleSaveError in interface RateLimiterErrorHandlerpublic void handleFetchError(String key, Exception e)
handleFetchError in interface RateLimiterErrorHandlerpublic void handleError(String msg, Exception e)
handleError in interface RateLimiterErrorHandlerCopyright © 2019. All rights reserved.