Class HealthDiscoveryServiceGrpc.HealthDiscoveryServiceImplBase
java.lang.Object
io.envoyproxy.envoy.service.discovery.v2.HealthDiscoveryServiceGrpc.HealthDiscoveryServiceImplBase
- All Implemented Interfaces:
HealthDiscoveryServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- HealthDiscoveryServiceGrpc
public abstract static class HealthDiscoveryServiceGrpc.HealthDiscoveryServiceImplBase
extends Object
implements io.grpc.BindableService, HealthDiscoveryServiceGrpc.AsyncService
Base class for the server implementation of the service HealthDiscoveryService.
HDS is Health Discovery Service. It compliments Envoy’s health checking service by designating this Envoy to be a healthchecker for a subset of hosts in the cluster. The status of these health checks will be reported to the management server, where it can be aggregated etc and redistributed back to Envoy through EDS.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.envoyproxy.envoy.service.discovery.v2.HealthDiscoveryServiceGrpc.AsyncService
fetchHealthCheck, streamHealthCheck
-
Constructor Details
-
HealthDiscoveryServiceImplBase
public HealthDiscoveryServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-