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 TypeMethodDescriptionvoidRemoteApplicationPublishedBridge.processCacheEntryCreated(ClientCacheEntryCustomEvent<byte[]> event) voidRemoteApplicationPublishedBridge.processCacheEntryDestroyed(ClientCacheEntryCustomEvent<byte[]> event) voidRemoteApplicationPublishedBridge.processCacheEntryExpired(ClientCacheEntryCustomEvent<byte[]> event) protected KeyValuePair<String,org.springframework.session.Session> RemoteApplicationPublishedBridge.readEvent(ClientCacheEntryCustomEvent<byte[]> event)