Class ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceImplBase

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

public abstract static class ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceImplBase extends Object implements io.grpc.BindableService, ScopedRoutesDiscoveryServiceGrpc.AsyncService
Base class for the server implementation of the service ScopedRoutesDiscoveryService.
 The Scoped Routes Discovery Service (SRDS) API distributes
 :ref:`ScopedRouteConfiguration<envoy_api_msg.ScopedRouteConfiguration>`
 resources. Each ScopedRouteConfiguration resource represents a "routing
 scope" containing a mapping that allows the HTTP connection manager to
 dynamically assign a routing table (specified via a
 :ref:`RouteConfiguration<envoy_api_msg_RouteConfiguration>` message) to each
 HTTP request.
 
  • Constructor Details

    • ScopedRoutesDiscoveryServiceImplBase

      public ScopedRoutesDiscoveryServiceImplBase()
  • Method Details

    • bindService

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