public interface ClientDisconnectListener
ClientCache.query(ContinuousQuery,
ClientDisconnectListener)
or ClientCache.registerCacheEntryListener(CacheEntryListenerConfiguration,
ClientDisconnectListener)
methods to handle client channel failure.Modifier and Type | Method and Description |
---|---|
void |
onDisconnected(Exception reason)
Client disconnected callback.
|
void onDisconnected(Exception reason)
reason
- Exception that caused the disconnect, or null
when thin client connection is closed
by the user.
GridGain In-Memory Computing Platform : ver. 8.9.19 Release Date : April 10 2025