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

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

There is a newer version: 0.9.0
Show newest version
package io.vertx.up.uca.registry;

import io.vertx.core.Future;
import io.vertx.core.Vertx;
import io.vertx.up.commune.Envelop;

import java.lang.reflect.Method;

/*
 * Uddi Client
 */
public interface UddiClient {

    UddiClient bind(Vertx vertx);

    UddiClient bind(Method method);

    Future connect(final Envelop envelop);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy