Uses of Interface
io.grpc.channelz.v1.ChannelzGrpc.AsyncService
Packages that use ChannelzGrpc.AsyncService
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
Service definitions and utilities for the pre-defined gRPC services.
-
Uses of ChannelzGrpc.AsyncService in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement ChannelzGrpc.AsyncServiceModifier and TypeClassDescriptionstatic class
Base class for the server implementation of the service Channelz.Fields in io.grpc.channelz.v1 declared as ChannelzGrpc.AsyncServiceModifier and TypeFieldDescriptionprivate final ChannelzGrpc.AsyncService
ChannelzGrpc.MethodHandlers.serviceImpl
Methods in io.grpc.channelz.v1 with parameters of type ChannelzGrpc.AsyncServiceModifier and TypeMethodDescriptionstatic final ServerServiceDefinition
ChannelzGrpc.bindService
(ChannelzGrpc.AsyncService service) Constructors in io.grpc.channelz.v1 with parameters of type ChannelzGrpc.AsyncServiceModifierConstructorDescription(package private)
MethodHandlers
(ChannelzGrpc.AsyncService serviceImpl, int methodId) -
Uses of ChannelzGrpc.AsyncService in io.grpc.protobuf.services
Classes in io.grpc.protobuf.services that implement ChannelzGrpc.AsyncServiceModifier and TypeClassDescriptionfinal class
The channelz service provides stats about a running gRPC process. -
Uses of ChannelzGrpc.AsyncService in io.grpc.services
Classes in io.grpc.services that implement ChannelzGrpc.AsyncService
ChannelzService
instead.