Uses of Interface
org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent
-
Packages that use ClientCacheEntryCustomEvent Package Description org.infinispan.spring.remote.session -
-
Uses of ClientCacheEntryCustomEvent in org.infinispan.spring.remote.session
Methods in org.infinispan.spring.remote.session with parameters of type ClientCacheEntryCustomEvent Modifier and Type Method Description voidRemoteApplicationPublishedBridge. processCacheEntryCreated(ClientCacheEntryCustomEvent<byte[]> event)voidRemoteApplicationPublishedBridge. processCacheEntryDestroyed(ClientCacheEntryCustomEvent<byte[]> event)voidRemoteApplicationPublishedBridge. processCacheEntryExpired(ClientCacheEntryCustomEvent<byte[]> event)protected KeyValuePair<java.lang.String,org.springframework.session.Session>RemoteApplicationPublishedBridge. readEvent(ClientCacheEntryCustomEvent<byte[]> event)
-