Package | Description |
---|---|
io.vertx.servicediscovery.rest |
Modifier and Type | Method and 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.
|
Copyright © 2021 Eclipse. All rights reserved.