Package io.envoyproxy.envoy.api.v2
Class ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceImplBase
java.lang.Object
io.envoyproxy.envoy.api.v2.ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceImplBase
- All Implemented Interfaces:
ClusterDiscoveryServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- ClusterDiscoveryServiceGrpc
public abstract static class ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceImplBase
extends Object
implements io.grpc.BindableService, ClusterDiscoveryServiceGrpc.AsyncService
Base class for the server implementation of the service ClusterDiscoveryService.
Return list of all clusters this proxy will load balance to.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.envoyproxy.envoy.api.v2.ClusterDiscoveryServiceGrpc.AsyncService
deltaClusters, fetchClusters, streamClusters
-
Constructor Details
-
ClusterDiscoveryServiceImplBase
public ClusterDiscoveryServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-