public class DefaultRateLimiterErrorHandler extends Object implements RateLimiterErrorHandler
| Constructor and Description |
|---|
DefaultRateLimiterErrorHandler() |
| Modifier and Type | Method and 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 © 2018 Pivotal Software, Inc.. All rights reserved.