Class ReportErrorsServiceGrpc (0.163.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
Type Description
String

Static Methods

bindService(ReportErrorsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ReportErrorsServiceGrpc.AsyncService service)
Parameter
Name Description
service ReportErrorsServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getReportErrorEventMethod()

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

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
ReportErrorsServiceGrpc.ReportErrorsServiceStub