Module: vertx-consul-js/watch
Classes
- Watch
Methods
(static) Watch.events(event, vertx, options) → {Watch}
Parameters:
| Name |
Type |
Description |
event |
string
|
|
vertx |
Vertx
|
|
options |
Object
|
|
- Source:
Returns:
-
Type
-
Watch
(static) Watch.key(key, vertx, options) → {Watch}
Parameters:
| Name |
Type |
Description |
key |
string
|
|
vertx |
Vertx
|
|
options |
Object
|
|
- Source:
Returns:
-
Type
-
Watch
(static) Watch.keyPrefix(keyPrefix, vertx, options) → {Watch}
Parameters:
| Name |
Type |
Description |
keyPrefix |
string
|
|
vertx |
Vertx
|
|
options |
Object
|
|
- Source:
Returns:
-
Type
-
Watch
(static) Watch.nodes(vertx, options) → {Watch}
Parameters:
| Name |
Type |
Description |
vertx |
Vertx
|
|
options |
Object
|
|
- Source:
Returns:
-
Type
-
Watch
(static) Watch.service(service, vertx, options) → {Watch}
Parameters:
| Name |
Type |
Description |
service |
string
|
|
vertx |
Vertx
|
|
options |
Object
|
|
- Source:
Returns:
-
Type
-
Watch
(static) Watch.services(vertx, options) → {Watch}
Parameters:
| Name |
Type |
Description |
vertx |
Vertx
|
|
options |
Object
|
|
- Source:
Returns:
-
Type
-
Watch