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

com.jd.laf.web.vertx.spring.VertxConfigurer Maven / Gradle / Ivy

The newest version!
package com.jd.laf.web.vertx.spring;

import io.vertx.core.VertxOptions;

/**
 * Vertx配置器
 */
public interface VertxConfigurer {
    /**
     * 配置构造器
     *
     * @param options
     */
    void configure(VertxOptions options);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy