void |
ClientEventHandler.cachePollingError(CacheDescriptor cacheDescriptor,
Throwable throwable) |
void |
ClientEventHandler.cachePollingSuccess(CacheDescriptor cacheDescriptor,
boolean withNotification,
Duration duration) |
void |
ClientEventHandler.cacheStart(CacheDescriptor cacheDescriptor) |
void |
ClientEventHandler.cacheStop(CacheDescriptor cacheDescriptor) |
default void |
ClientEventCallback.onCachePollingError(String clientName,
CacheDescriptor cacheDescriptor,
Throwable throwable) |
default void |
ClientEventCallback.onCachePollingSuccess(String clientName,
CacheDescriptor cacheDescriptor,
boolean withNotification,
Duration duration) |
default void |
ClientEventCallback.onCacheStart(String clientName,
CacheDescriptor cacheDescriptor) |
default void |
ClientEventCallback.onCacheStop(String clientName,
CacheDescriptor cacheDescriptor) |