Uses of Class
org.apache.ignite.internal.processors.platform.client.ClientNotification
-
Packages that use ClientNotification Package Description org.apache.ignite.internal.processors.platform.client org.apache.ignite.internal.processors.platform.client.cache -
-
Uses of ClientNotification in org.apache.ignite.internal.processors.platform.client
Subclasses of ClientNotification in org.apache.ignite.internal.processors.platform.client Modifier and Type Class Description classClientObjectNotificationNotification with object payload.Methods in org.apache.ignite.internal.processors.platform.client with parameters of type ClientNotification Modifier and Type Method Description voidClientConnectionContext. notifyClient(ClientNotification notification)Send notification to the client. -
Uses of ClientNotification in org.apache.ignite.internal.processors.platform.client.cache
Subclasses of ClientNotification in org.apache.ignite.internal.processors.platform.client.cache Modifier and Type Class Description classClientCacheEntryEventNotificationContinuous query notification.
-