Class RouteDiscoveryServiceGrpc.RouteDiscoveryServiceImplBase

java.lang.Object
io.envoyproxy.envoy.api.v2.RouteDiscoveryServiceGrpc.RouteDiscoveryServiceImplBase
All Implemented Interfaces:
RouteDiscoveryServiceGrpc.AsyncService, io.grpc.BindableService
Enclosing class:
RouteDiscoveryServiceGrpc

public abstract static class RouteDiscoveryServiceGrpc.RouteDiscoveryServiceImplBase extends Object implements io.grpc.BindableService, RouteDiscoveryServiceGrpc.AsyncService
Base class for the server implementation of the service RouteDiscoveryService.
 The resource_names field in DiscoveryRequest specifies a route configuration.
 This allows an Envoy configuration with multiple HTTP listeners (and
 associated HTTP connection manager filters) to use different route
 configurations. Each listener will bind its HTTP connection manager filter to
 a route table via this identifier.
 
  • Constructor Details

    • RouteDiscoveryServiceImplBase

      public RouteDiscoveryServiceImplBase()
  • Method Details

    • bindService

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