Uses of Class
io.grpc.ChannelLogger
-
-
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)
-