Class ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceImplBase

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

    public abstract static class ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceImplBase
    extends Object
    implements io.grpc.BindableService
     The Envoy instance initiates an RPC at startup to discover a list of
     listeners. Updates are delivered via streaming from the LDS server and
     consist of a complete update of all listeners. Existing connections will be
     allowed to drain from listeners that are no longer present.
     
    • Constructor Detail

      • ListenerDiscoveryServiceImplBase

        public ListenerDiscoveryServiceImplBase()
    • Method Detail

      • bindService

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