类 MessagingServiceGrpc
- java.lang.Object
-
- apache.rocketmq.v2.MessagingServiceGrpc
-
public final class MessagingServiceGrpc extends Object
For all the RPCs in MessagingService, the following error handling policies apply: If the request doesn't bear a valid authentication credential, return a response with common.status.code == `UNAUTHENTICATED`. If the authenticated user is not granted with sufficient permission to execute the requested operation, return a response with common.status.code == `PERMISSION_DENIED`. If the per-user-resource-based quota is exhausted, return a response with common.status.code == `RESOURCE_EXHAUSTED`. If any unexpected server-side errors raise, return a response with common.status.code == `INTERNAL`.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMessagingServiceGrpc.MessagingServiceBlockingStubFor all the RPCs in MessagingService, the following error handling policies apply: If the request doesn't bear a valid authentication credential, return a response with common.status.code == `UNAUTHENTICATED`.static classMessagingServiceGrpc.MessagingServiceFutureStubFor all the RPCs in MessagingService, the following error handling policies apply: If the request doesn't bear a valid authentication credential, return a response with common.status.code == `UNAUTHENTICATED`.static classMessagingServiceGrpc.MessagingServiceImplBaseFor all the RPCs in MessagingService, the following error handling policies apply: If the request doesn't bear a valid authentication credential, return a response with common.status.code == `UNAUTHENTICATED`.static classMessagingServiceGrpc.MessagingServiceStubFor all the RPCs in MessagingService, the following error handling policies apply: If the request doesn't bear a valid authentication credential, return a response with common.status.code == `UNAUTHENTICATED`.
-
字段概要
字段 修饰符和类型 字段 说明 static StringSERVICE_NAME
-
方法概要
-
-
-
方法详细资料
-
getQueryRouteMethod
public static io.grpc.MethodDescriptor<QueryRouteRequest,QueryRouteResponse> getQueryRouteMethod()
-
getHeartbeatMethod
public static io.grpc.MethodDescriptor<HeartbeatRequest,HeartbeatResponse> getHeartbeatMethod()
-
getSendMessageMethod
public static io.grpc.MethodDescriptor<SendMessageRequest,SendMessageResponse> getSendMessageMethod()
-
getQueryAssignmentMethod
public static io.grpc.MethodDescriptor<QueryAssignmentRequest,QueryAssignmentResponse> getQueryAssignmentMethod()
-
getReceiveMessageMethod
public static io.grpc.MethodDescriptor<ReceiveMessageRequest,ReceiveMessageResponse> getReceiveMessageMethod()
-
getAckMessageMethod
public static io.grpc.MethodDescriptor<AckMessageRequest,AckMessageResponse> getAckMessageMethod()
-
getForwardMessageToDeadLetterQueueMethod
public static io.grpc.MethodDescriptor<ForwardMessageToDeadLetterQueueRequest,ForwardMessageToDeadLetterQueueResponse> getForwardMessageToDeadLetterQueueMethod()
-
getEndTransactionMethod
public static io.grpc.MethodDescriptor<EndTransactionRequest,EndTransactionResponse> getEndTransactionMethod()
-
getTelemetryMethod
public static io.grpc.MethodDescriptor<TelemetryCommand,TelemetryCommand> getTelemetryMethod()
-
getNotifyClientTerminationMethod
public static io.grpc.MethodDescriptor<NotifyClientTerminationRequest,NotifyClientTerminationResponse> getNotifyClientTerminationMethod()
-
getChangeInvisibleDurationMethod
public static io.grpc.MethodDescriptor<ChangeInvisibleDurationRequest,ChangeInvisibleDurationResponse> getChangeInvisibleDurationMethod()
-
newStub
public static MessagingServiceGrpc.MessagingServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MessagingServiceGrpc.MessagingServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MessagingServiceGrpc.MessagingServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-