public static final class EventReportingService.Stub extends EventReportingService implements EventReportingService.Interface
EventReportingService.BlockingInterface, EventReportingService.Interface, EventReportingService.Stub| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.RpcChannel |
getChannel() |
void |
streamEvents(com.google.protobuf.RpcController controller,
StreamEventsRequest request,
com.google.protobuf.RpcCallback<StreamEventsResponse> done)
Envoy will connect and send StreamEventsRequest messages forever.
|
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void streamEvents(com.google.protobuf.RpcController controller,
StreamEventsRequest request,
com.google.protobuf.RpcCallback<StreamEventsResponse> done)
EventReportingServiceEnvoy will connect and send StreamEventsRequest messages forever. The management server may send StreamEventsResponse to configure event stream. See below. This API is designed for high throughput with the expectation that it might be lossy.
rpc StreamEvents(stream .envoy.service.event_reporting.v4alpha.StreamEventsRequest) returns (stream .envoy.service.event_reporting.v4alpha.StreamEventsResponse);streamEvents in interface EventReportingService.InterfacestreamEvents in class EventReportingServiceCopyright © 2018–2021 The Envoy Project. All rights reserved.