Interface BaseDistributionInterceptor.RemoteGetAllHandler
-
- Enclosing class:
- BaseDistributionInterceptor
protected static interface BaseDistributionInterceptor.RemoteGetAllHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onKeysLost(Collection<?> lostKeys)
void
onUnsureResponse()
-
-
-
Method Detail
-
onUnsureResponse
void onUnsureResponse()
-
onKeysLost
void onKeysLost(Collection<?> lostKeys)
-
-