Uses of Class
io.grpc.stub.annotations.RpcMethod
-
Packages that use RpcMethod Package Description io.grpc.channelz.v1 io.grpc.health.v1 io.grpc.lb.v1 io.grpc.reflection.v1 io.grpc.reflection.v1alpha -
-
Uses of RpcMethod in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 with annotations of type RpcMethod Modifier and Type Method Description static MethodDescriptor<GetChannelRequest,âGetChannelResponse>
ChannelzGrpc. getGetChannelMethod()
static MethodDescriptor<GetServerRequest,âGetServerResponse>
ChannelzGrpc. getGetServerMethod()
static MethodDescriptor<GetServersRequest,âGetServersResponse>
ChannelzGrpc. getGetServersMethod()
static MethodDescriptor<GetServerSocketsRequest,âGetServerSocketsResponse>
ChannelzGrpc. getGetServerSocketsMethod()
static MethodDescriptor<GetSocketRequest,âGetSocketResponse>
ChannelzGrpc. getGetSocketMethod()
static MethodDescriptor<GetSubchannelRequest,âGetSubchannelResponse>
ChannelzGrpc. getGetSubchannelMethod()
static MethodDescriptor<GetTopChannelsRequest,âGetTopChannelsResponse>
ChannelzGrpc. getGetTopChannelsMethod()
-
Uses of RpcMethod in io.grpc.health.v1
Methods in io.grpc.health.v1 with annotations of type RpcMethod Modifier and Type Method Description static MethodDescriptor<HealthCheckRequest,âHealthCheckResponse>
HealthGrpc. getCheckMethod()
static MethodDescriptor<HealthCheckRequest,âHealthCheckResponse>
HealthGrpc. getWatchMethod()
-
Uses of RpcMethod in io.grpc.lb.v1
Methods in io.grpc.lb.v1 with annotations of type RpcMethod Modifier and Type Method Description static MethodDescriptor<LoadBalanceRequest,âLoadBalanceResponse>
LoadBalancerGrpc. getBalanceLoadMethod()
-
Uses of RpcMethod in io.grpc.reflection.v1
Methods in io.grpc.reflection.v1 with annotations of type RpcMethod Modifier and Type Method Description static MethodDescriptor<ServerReflectionRequest,âServerReflectionResponse>
ServerReflectionGrpc. getServerReflectionInfoMethod()
-
Uses of RpcMethod in io.grpc.reflection.v1alpha
Methods in io.grpc.reflection.v1alpha with annotations of type RpcMethod Modifier and Type Method Description static MethodDescriptor<ServerReflectionRequest,âServerReflectionResponse>
ServerReflectionGrpc. getServerReflectionInfoMethod()
-