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

io.vertx.up.extension.router.websocket.AresBridge Maven / Gradle / Ivy

The newest version!
package io.vertx.up.extension.router.websocket;

import io.vertx.core.Vertx;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.web.Router;
import io.vertx.up.extension.AbstractAres;

/**
 * @author Lang
 */
public class AresBridge extends AbstractAres {

    public AresBridge(final Vertx vertx) {
        super(vertx);
    }

    @Override
    public void mount(final Router router, final JsonObject config) {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy