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

ren.yale.java.interceptor.Interceptor Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
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,Object object);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy