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