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 Details

    • HealthDiscoveryServiceImplBase

      public HealthDiscoveryServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService