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 Constructor Description ChannelzImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerServiceDefinition
bindService()
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
-
-
-
-
Method Detail
-
bindService
public final ServerServiceDefinition bindService()
Description copied from interface:BindableService
CreatesServerServiceDefinition
object for current instance of service implementation.- Specified by:
bindService
in interfaceBindableService
- Returns:
- ServerServiceDefinition object.
-
-