Class EventReportingService.Stub
- java.lang.Object
-
- io.envoyproxy.envoy.service.event_reporting.v3.EventReportingService
-
- io.envoyproxy.envoy.service.event_reporting.v3.EventReportingService.Stub
-
- All Implemented Interfaces:
com.google.protobuf.Service,EventReportingService.Interface
- Enclosing class:
- EventReportingService
public static final class EventReportingService.Stub extends EventReportingService implements EventReportingService.Interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.envoyproxy.envoy.service.event_reporting.v3.EventReportingService
EventReportingService.BlockingInterface, EventReportingService.Interface, EventReportingService.Stub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.protobuf.RpcChannelgetChannel()voidstreamEvents(com.google.protobuf.RpcController controller, StreamEventsRequest request, com.google.protobuf.RpcCallback<StreamEventsResponse> done)Envoy will connect and send StreamEventsRequest messages forever.-
Methods inherited from class io.envoyproxy.envoy.service.event_reporting.v3.EventReportingService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
-
-
-
-
Method Detail
-
getChannel
public com.google.protobuf.RpcChannel getChannel()
-
streamEvents
public void streamEvents(com.google.protobuf.RpcController controller, StreamEventsRequest request, com.google.protobuf.RpcCallback<StreamEventsResponse> done)Description copied from class: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.v3.StreamEventsRequest) returns (stream .envoy.service.event_reporting.v3.StreamEventsResponse);- Specified by:
streamEventsin interfaceEventReportingService.Interface- Specified by:
streamEventsin classEventReportingService
-
-