Interface EventReportingService.Interface
-
- All Known Implementing Classes:
EventReportingService.Stub
- Enclosing class:
- EventReportingService
public static interface EventReportingService.Interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstreamEvents(com.google.protobuf.RpcController controller, StreamEventsRequest request, com.google.protobuf.RpcCallback<StreamEventsResponse> done)Envoy will connect and send StreamEventsRequest messages forever.
-
-
-
Method Detail
-
streamEvents
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);
-
-