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