Class ReportErrorsServiceGrpc (0.162.0-beta)

public final class ReportErrorsServiceGrpc

An API for reporting error events.

Inheritance

java.lang.Object > ReportErrorsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ReportErrorsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ReportErrorsServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceReportErrorsServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getReportErrorEventMethod()

public static MethodDescriptor<ReportErrorEventRequest,ReportErrorEventResponse> getReportErrorEventMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ReportErrorEventRequest,ReportErrorEventResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static ReportErrorsServiceGrpc.ReportErrorsServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ReportErrorsServiceGrpc.ReportErrorsServiceBlockingStub

newFutureStub(Channel channel)

public static ReportErrorsServiceGrpc.ReportErrorsServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ReportErrorsServiceGrpc.ReportErrorsServiceFutureStub

newStub(Channel channel)

public static ReportErrorsServiceGrpc.ReportErrorsServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ReportErrorsServiceGrpc.ReportErrorsServiceStub