All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.quarkus.embedded.CustomInterceptor Maven / Gradle / Ivy

package org.infinispan.quarkus.embedded;

import org.infinispan.interceptors.BaseCustomAsyncInterceptor;

// Here to test a custom intereceptor configured via XML
public class CustomInterceptor extends BaseCustomAsyncInterceptor {
    String foo; // configured via XML
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy