Class ChannelzGrpc
java.lang.Object
io.grpc.channelz.v1.ChannelzGrpc
@Generated(value="by gRPC proto compiler (version 1.68.1)",
comments="Source: services/src/main/proto/grpc/channelz/v1/channelz.proto")
public final class ChannelzGrpc
extends Object
Channelz is a service exposed by gRPC servers that provides detailed debug information.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceChannelz is a service exposed by gRPC servers that provides detailed debug information.static final classA stub to allow clients to do synchronous rpc calls to service Channelz.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service Channelz.static classBase class for the server implementation of the service Channelz.static final classA stub to allow clients to do asynchronous rpc calls to service Channelz. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final ServerServiceDefinitionbindService(ChannelzGrpc.AsyncService service) static ServiceDescriptornewBlockingStub(Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ChannelzGrpc.ChannelzStubCreates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetTopChannelsMethod
public static MethodDescriptor<GetTopChannelsRequest, GetTopChannelsResponse> getGetTopChannelsMethod() -
getGetServersMethod
-
getGetServerMethod
-
getGetServerSocketsMethod
public static MethodDescriptor<GetServerSocketsRequest, GetServerSocketsResponse> getGetServerSocketsMethod() -
getGetChannelMethod
-
getGetSubchannelMethod
public static MethodDescriptor<GetSubchannelRequest, GetSubchannelResponse> getGetSubchannelMethod() -
getGetSocketMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
-