Class RouteDiscoveryServiceGrpc.RouteDiscoveryServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    RouteDiscoveryServiceGrpc

    public abstract static class RouteDiscoveryServiceGrpc.RouteDiscoveryServiceImplBase
    extends Object
    implements io.grpc.BindableService
     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 Detail

      • RouteDiscoveryServiceImplBase

        public RouteDiscoveryServiceImplBase()
    • Method Detail

      • bindService

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