![JAR search and dependency download from the Maven repository](/logo.png)
org.infinispan.hotrod.event.ClientEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-hotrod-jakarta Show documentation
Show all versions of infinispan-hotrod-jakarta Show documentation
Infinispan Hot Rod Client Jakarta EE
package org.infinispan.hotrod.event;
/**
*/
public interface ClientEvent {
enum Type {
CLIENT_CACHE_ENTRY_CREATED,
CLIENT_CACHE_ENTRY_MODIFIED,
CLIENT_CACHE_ENTRY_REMOVED,
CLIENT_CACHE_ENTRY_EXPIRED,
CLIENT_CACHE_FAILOVER
}
Type getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy