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

dev.vality.woody.api.interceptor.ext.InterceptorExtension Maven / Gradle / Ivy

There is a newer version: 2.0.8
Show newest version
package dev.vality.woody.api.interceptor.ext;

@FunctionalInterface
public interface InterceptorExtension {
    /**
     * @throws RuntimeException if any error occurs
     */
    void apply(T extContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy