Class LocalityEndpointDiscoveryService.Stub
- java.lang.Object
-
- io.envoyproxy.envoy.service.endpoint.v3.LocalityEndpointDiscoveryService
-
- io.envoyproxy.envoy.service.endpoint.v3.LocalityEndpointDiscoveryService.Stub
-
- All Implemented Interfaces:
com.google.protobuf.Service,LocalityEndpointDiscoveryService.Interface
- Enclosing class:
- LocalityEndpointDiscoveryService
public static final class LocalityEndpointDiscoveryService.Stub extends LocalityEndpointDiscoveryService implements LocalityEndpointDiscoveryService.Interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.envoyproxy.envoy.service.endpoint.v3.LocalityEndpointDiscoveryService
LocalityEndpointDiscoveryService.BlockingInterface, LocalityEndpointDiscoveryService.Interface, LocalityEndpointDiscoveryService.Stub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeltaLocalityEndpoints(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request, com.google.protobuf.RpcCallback<DeltaDiscoveryResponse> done)The resource_names_subscribe resource_names_unsubscribe fields in DeltaDiscoveryRequest specify a list of glob collections to subscribe to updates for.com.google.protobuf.RpcChannelgetChannel()-
Methods inherited from class io.envoyproxy.envoy.service.endpoint.v3.LocalityEndpointDiscoveryService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
-
-
-
-
Method Detail
-
getChannel
public com.google.protobuf.RpcChannel getChannel()
-
deltaLocalityEndpoints
public void deltaLocalityEndpoints(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request, com.google.protobuf.RpcCallback<DeltaDiscoveryResponse> done)Description copied from class:LocalityEndpointDiscoveryServiceThe resource_names_subscribe resource_names_unsubscribe fields in DeltaDiscoveryRequest specify a list of glob collections to subscribe to updates for.
rpc DeltaLocalityEndpoints(stream .envoy.service.discovery.v3.DeltaDiscoveryRequest) returns (stream .envoy.service.discovery.v3.DeltaDiscoveryResponse);- Specified by:
deltaLocalityEndpointsin interfaceLocalityEndpointDiscoveryService.Interface- Specified by:
deltaLocalityEndpointsin classLocalityEndpointDiscoveryService
-
-