Uses of Class
io.grpc.ChannelLogger
-
Packages that use ChannelLogger Package Description io.grpc The gRPC core public API.io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of ChannelLogger in io.grpc
Methods in io.grpc that return ChannelLogger Modifier and Type Method Description ChannelLogger
LoadBalancer.Helper. getChannelLogger()
Returns theChannelLogger
for the Channel served by this LoadBalancer.ChannelLogger
LoadBalancer.Subchannel. getChannelLogger()
Returns aChannelLogger
for this Subchannel.ChannelLogger
NameResolver.Args. getChannelLogger()
Returns theChannelLogger
for the Channel served by this NameResolver.Methods in io.grpc with parameters of type ChannelLogger Modifier and Type Method Description NameResolver.Args.Builder
NameResolver.Args.Builder. setChannelLogger(ChannelLogger channelLogger)
-
Uses of ChannelLogger in io.grpc.util
Methods in io.grpc.util that return ChannelLogger Modifier and Type Method Description ChannelLogger
ForwardingLoadBalancerHelper. getChannelLogger()
ChannelLogger
ForwardingSubchannel. getChannelLogger()
-