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()
-