Class EventReportingServiceGrpc
java.lang.Object
io.envoyproxy.envoy.service.event_reporting.v3.EventReportingServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.62.2)",
comments="Source: envoy/service/event_reporting/v3/event_reporting_service.proto")
public final class EventReportingServiceGrpc
extends Object
[#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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface[#not-implemented-hide:] Service for streaming different types of events from Envoy to a server.static final classA stub to allow clients to do synchronous rpc calls to service EventReportingService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service EventReportingService.static classBase class for the server implementation of the service EventReportingService.static final classA stub to allow clients to do asynchronous rpc calls to service EventReportingService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<StreamEventsRequest,StreamEventsResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getStreamEventsMethod
public static io.grpc.MethodDescriptor<StreamEventsRequest,StreamEventsResponse> getStreamEventsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static EventReportingServiceGrpc.EventReportingServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static EventReportingServiceGrpc.EventReportingServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(EventReportingServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-