public static final class EventReportingServiceGrpc.EventReportingServiceStub extends io.grpc.stub.AbstractStub<EventReportingServiceGrpc.EventReportingServiceStub>
[#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.
| Modifier and Type | Method and Description |
|---|---|
protected EventReportingServiceGrpc.EventReportingServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
io.grpc.stub.StreamObserver<StreamEventsRequest> |
streamEvents(io.grpc.stub.StreamObserver<StreamEventsResponse> responseObserver)
Envoy will connect and send StreamEventsRequest messages forever.
|
protected EventReportingServiceGrpc.EventReportingServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EventReportingServiceGrpc.EventReportingServiceStub>public 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.
Copyright © 2018–2021 The Envoy Project. All rights reserved.