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

com.cybermkd.route.interceptor.Interceptor Maven / Gradle / Ivy

There is a newer version: 1.0.1.3
Show newest version
package com.cybermkd.route.interceptor;


import com.cybermkd.route.core.RouteInvocation;

/**
 * Interceptor.
 */
public interface Interceptor {
    public void intercept(RouteInvocation ri);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy