
ren.yale.java.interceptor.Interceptor Maven / Gradle / Ivy
package ren.yale.java.interceptor;
import io.vertx.ext.web.RoutingContext;
/**
* Created by yale on 2018/2/1.
*/
public interface Interceptor {
boolean handle(RoutingContext routingContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy