Uses of Interface
io.grpc.channelz.v1.ChannelzGrpc.AsyncService
-
Packages that use ChannelzGrpc.AsyncService Package Description io.grpc.channelz.v1 io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.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.AsyncService Modifier and Type Class Description static classChannelzGrpc.ChannelzImplBaseBase class for the server implementation of the service Channelz.Fields in io.grpc.channelz.v1 declared as ChannelzGrpc.AsyncService Modifier and Type Field Description private ChannelzGrpc.AsyncServiceChannelzGrpc.MethodHandlers. serviceImplMethods in io.grpc.channelz.v1 with parameters of type ChannelzGrpc.AsyncService Modifier and Type Method Description static ServerServiceDefinitionChannelzGrpc. bindService(ChannelzGrpc.AsyncService service)Constructors in io.grpc.channelz.v1 with parameters of type ChannelzGrpc.AsyncService Constructor Description MethodHandlers(ChannelzGrpc.AsyncService serviceImpl, int methodId) -
Uses of ChannelzGrpc.AsyncService in io.grpc.protobuf.services
Classes in io.grpc.protobuf.services that implement ChannelzGrpc.AsyncService Modifier and Type Class Description classChannelzServiceThe 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 Modifier and Type Class Description classChannelzServiceDeprecated.UseChannelzServiceinstead.
-