| Modifier and Type | Method and Description |
|---|---|
static Response |
Response.create(Discovery.DiscoveryRequest request,
Collection<? extends Message> resources,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
Watch.respond(Response response)
Sends the given response to the watch's response handler.
|
| Modifier and Type | Method and Description |
|---|---|
Watch |
ConfigWatcher.createWatch(boolean ads,
Discovery.DiscoveryRequest request,
Set<String> knownResourceNames,
Consumer<Response> responseConsumer)
Returns a new configuration resource
Watch for the given discovery request. |
Watch |
SimpleCache.createWatch(boolean ads,
Discovery.DiscoveryRequest request,
Set<String> knownResourceNames,
Consumer<Response> responseConsumer)
Returns a new configuration resource
Watch for the given discovery request. |
| Constructor and Description |
|---|
Watch(boolean ads,
Discovery.DiscoveryRequest request,
Consumer<Response> responseConsumer)
Construct a watch.
|
Copyright © 2018 The Envoy Project. All rights reserved.