Class EventReportingService.Stub

    • 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: EventReportingService
         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.v3.StreamEventsRequest) returns (stream .envoy.service.event_reporting.v3.StreamEventsResponse);
        Specified by:
        streamEvents in interface EventReportingService.Interface
        Specified by:
        streamEvents in class EventReportingService