Uses of Interface
org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent
Packages that use ClientCacheEntryCustomEvent
-
Uses of ClientCacheEntryCustomEvent in org.infinispan.client.hotrod.event.impl
Classes in org.infinispan.client.hotrod.event.impl that implement ClientCacheEntryCustomEvent -
Uses of ClientCacheEntryCustomEvent in org.infinispan.spring.remote.session
Methods in org.infinispan.spring.remote.session with parameters of type ClientCacheEntryCustomEventModifier and TypeMethodDescriptionvoid
RemoteApplicationPublishedBridge.processCacheEntryCreated
(ClientCacheEntryCustomEvent<byte[]> event) void
RemoteApplicationPublishedBridge.processCacheEntryDestroyed
(ClientCacheEntryCustomEvent<byte[]> event) void
RemoteApplicationPublishedBridge.processCacheEntryExpired
(ClientCacheEntryCustomEvent<byte[]> event) protected KeyValuePair<String,
org.springframework.session.Session> RemoteApplicationPublishedBridge.readEvent
(ClientCacheEntryCustomEvent<byte[]> event)