public static interface EventReportingService.Interface
| Modifier and Type | Method and Description |
|---|---|
void |
streamEvents(com.google.protobuf.RpcController controller,
StreamEventsRequest request,
com.google.protobuf.RpcCallback<StreamEventsResponse> done)
Envoy will connect and send StreamEventsRequest messages forever.
|
void streamEvents(com.google.protobuf.RpcController controller,
StreamEventsRequest request,
com.google.protobuf.RpcCallback<StreamEventsResponse> done)
Envoy 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.v2alpha.StreamEventsRequest) returns (stream .envoy.service.event_reporting.v2alpha.StreamEventsResponse);Copyright © 2018–2021 The Envoy Project. All rights reserved.