Uses of Interface
io.vertx.servicediscovery.types.HttpEndpoint
-
Packages that use HttpEndpoint Package Description io.vertx.reactivex.servicediscovery.types io.vertx.rxjava3.servicediscovery.types -
-
Uses of HttpEndpoint in io.vertx.reactivex.servicediscovery.types
Methods in io.vertx.reactivex.servicediscovery.types that return HttpEndpoint Modifier and Type Method Description HttpEndpoint
HttpEndpoint. getDelegate()
Methods in io.vertx.reactivex.servicediscovery.types with parameters of type HttpEndpoint Modifier and Type Method Description static HttpEndpoint
HttpEndpoint. newInstance(HttpEndpoint arg)
Constructors in io.vertx.reactivex.servicediscovery.types with parameters of type HttpEndpoint Constructor Description HttpEndpoint(HttpEndpoint delegate)
-
Uses of HttpEndpoint in io.vertx.rxjava3.servicediscovery.types
Methods in io.vertx.rxjava3.servicediscovery.types that return HttpEndpoint Modifier and Type Method Description HttpEndpoint
HttpEndpoint. getDelegate()
Methods in io.vertx.rxjava3.servicediscovery.types with parameters of type HttpEndpoint Modifier and Type Method Description static HttpEndpoint
HttpEndpoint. newInstance(HttpEndpoint arg)
Constructors in io.vertx.rxjava3.servicediscovery.types with parameters of type HttpEndpoint Constructor Description HttpEndpoint(HttpEndpoint delegate)
-