Uses of Class
io.vertx.servicediscovery.rest.ServiceDiscoveryRestEndpoint
-
Packages that use ServiceDiscoveryRestEndpoint Package Description io.vertx.servicediscovery.rest -
-
Uses of ServiceDiscoveryRestEndpoint in io.vertx.servicediscovery.rest
Methods in io.vertx.servicediscovery.rest that return ServiceDiscoveryRestEndpoint Modifier and Type Method Description static ServiceDiscoveryRestEndpoint
ServiceDiscoveryRestEndpoint. create(Router router, ServiceDiscovery discovery)
Creates the REST endpoint using the default root (/discovery
).static ServiceDiscoveryRestEndpoint
ServiceDiscoveryRestEndpoint. create(Router router, ServiceDiscovery discovery, String root)
Creates the REST endpoint using the given root.
-