Class ChannelzGrpc.ChannelzImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService, ChannelzGrpc.AsyncService
    Direct Known Subclasses:
    ChannelzService, ChannelzService
    Enclosing class:
    ChannelzGrpc

    public abstract static class ChannelzGrpc.ChannelzImplBase
    extends java.lang.Object
    implements io.grpc.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 Detail

      • ChannelzImplBase

        public ChannelzImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService