![JAR search and dependency download from the Maven repository](/logo.png)
org.infinispan.server.resp.ExternalizerIds Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-server-resp Show documentation
Show all versions of infinispan-server-resp Show documentation
Infinispan Resp Protocol Server
package org.infinispan.server.resp;
public interface ExternalizerIds {
Integer EVENT_LISTENER_FILTER = 2200;
Integer EVENT_IGNORE_VALUE_CONVERTER = 2201;
Integer EVENT_LISTENER_CONVERTER = 2202;
Integer COMPOSED_FILTER_CONVERTER = 2203;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy