Class LocalityEndpointDiscoveryServiceGrpc.LocalityEndpointDiscoveryServiceImplBase
- java.lang.Object
-
- io.envoyproxy.envoy.service.endpoint.v3.LocalityEndpointDiscoveryServiceGrpc.LocalityEndpointDiscoveryServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- LocalityEndpointDiscoveryServiceGrpc
public abstract static class LocalityEndpointDiscoveryServiceGrpc.LocalityEndpointDiscoveryServiceImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description LocalityEndpointDiscoveryServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()io.grpc.stub.StreamObserver<DeltaDiscoveryRequest>deltaLocalityEndpoints(io.grpc.stub.StreamObserver<DeltaDiscoveryResponse> responseObserver)The resource_names_subscribe resource_names_unsubscribe fields in DeltaDiscoveryRequest specify a list of glob collections to subscribe to updates for.
-
-
-
Method Detail
-
deltaLocalityEndpoints
public io.grpc.stub.StreamObserver<DeltaDiscoveryRequest> deltaLocalityEndpoints(io.grpc.stub.StreamObserver<DeltaDiscoveryResponse> responseObserver)
The resource_names_subscribe resource_names_unsubscribe fields in DeltaDiscoveryRequest specify a list of glob collections to subscribe to updates for.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-