Class ChannelzGrpc.ChannelzImplBase
java.lang.Object
io.grpc.channelz.v1.ChannelzGrpc.ChannelzImplBase
- All Implemented Interfaces:
BindableService, ChannelzGrpc.AsyncService
- Direct Known Subclasses:
ChannelzService, ChannelzService
- Enclosing class:
ChannelzGrpc
public abstract static class ChannelzGrpc.ChannelzImplBase
extends Object
implements BindableService, ChannelzGrpc.AsyncService
Base class for the server implementation of the service Channelz.
Channelz is a service exposed by gRPC servers that provides detailed debug information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ServerServiceDefinitionCreatesServerServiceDefinitionobject for current instance of service implementation.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ChannelzGrpc.AsyncService
getChannel, getServer, getServers, getServerSockets, getSocket, getSubchannel, getTopChannels
-
Constructor Details
-
ChannelzImplBase
public ChannelzImplBase()
-
-
Method Details
-
bindService
Description copied from interface:BindableServiceCreatesServerServiceDefinitionobject for current instance of service implementation.- Specified by:
bindServicein interfaceBindableService- Returns:
- ServerServiceDefinition object.
-