Class EventReportingServiceGrpc.EventReportingServiceImplBase
java.lang.Object
io.envoyproxy.envoy.service.event_reporting.v2alpha.EventReportingServiceGrpc.EventReportingServiceImplBase
- All Implemented Interfaces:
EventReportingServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- EventReportingServiceGrpc
public abstract static class EventReportingServiceGrpc.EventReportingServiceImplBase
extends Object
implements io.grpc.BindableService, EventReportingServiceGrpc.AsyncService
Base class for the server implementation of the service EventReportingService.
[#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.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.envoyproxy.envoy.service.event_reporting.v2alpha.EventReportingServiceGrpc.AsyncService
streamEvents
-
Constructor Details
-
EventReportingServiceImplBase
public EventReportingServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-