Interface EventReportingServiceGrpc.AsyncService
- All Known Implementing Classes:
EventReportingServiceGrpc.EventReportingServiceImplBase
- Enclosing class:
- EventReportingServiceGrpc
public static interface EventReportingServiceGrpc.AsyncService
[#not-implemented-hide:] Service for streaming different types of events from Envoy to a server. The examples of such events may be health check or outlier detection events.
-
Method Summary
Modifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver<StreamEventsRequest>streamEvents(io.grpc.stub.StreamObserver<StreamEventsResponse> responseObserver) Envoy will connect and send StreamEventsRequest messages forever.
-
Method Details
-
streamEvents
default io.grpc.stub.StreamObserver<StreamEventsRequest> streamEvents(io.grpc.stub.StreamObserver<StreamEventsResponse> responseObserver) 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.
-