Package io.grpc.channelz.v1
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 ServerServiceDefinition
CreatesServerServiceDefinition
object for current instance of service implementation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.grpc.channelz.v1.ChannelzGrpc.AsyncService
getChannel, getServer, getServers, getServerSockets, getSocket, getSubchannel, getTopChannels
-
Constructor Details
-
ChannelzImplBase
public ChannelzImplBase()
-
-
Method Details
-
bindService
Description copied from interface:BindableService
CreatesServerServiceDefinition
object for current instance of service implementation.- Specified by:
bindService
in interfaceBindableService
- Returns:
- ServerServiceDefinition object.
-