类 AdminGrpc
- java.lang.Object
-
- apache.rocketmq.v2.AdminGrpc
-
public final class AdminGrpc extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classAdminGrpc.AdminBlockingStubstatic classAdminGrpc.AdminFutureStubstatic classAdminGrpc.AdminImplBasestatic classAdminGrpc.AdminStub
-
字段概要
字段 修饰符和类型 字段 说明 static StringSERVICE_NAME
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static io.grpc.MethodDescriptor<ChangeLogLevelRequest,ChangeLogLevelResponse>getChangeLogLevelMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static AdminGrpc.AdminBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AdminGrpc.AdminFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AdminGrpc.AdminStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
方法详细资料
-
getChangeLogLevelMethod
public static io.grpc.MethodDescriptor<ChangeLogLevelRequest,ChangeLogLevelResponse> getChangeLogLevelMethod()
-
newStub
public static AdminGrpc.AdminStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AdminGrpc.AdminBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AdminGrpc.AdminFutureStub 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()
-
-