rebue.wheel.vertx.spi.RoutePreConfigurator Maven / Gradle / Ivy
The newest version!
package rebue.wheel.vertx.spi;
import io.vertx.ext.web.Router;
/**
* 路由前置配置器
*
* @author zbz
*/
public interface RoutePreConfigurator {
/**
* @return 配置器名称
*/
String name();
/**
* 前置配置路由
*/
void config(Router router);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy