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

io.vertx.up.uca.registry.UddiJet Maven / Gradle / Ivy

package io.vertx.up.uca.registry;

import io.vertx.core.Handler;
import io.vertx.core.Vertx;
import io.vertx.core.http.HttpServerOptions;
import io.vertx.ext.web.RoutingContext;

public interface UddiJet {

    UddiJet bind(HttpServerOptions options);

    UddiJet bind(Vertx vertx);

    Handler handler();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy