Uses of Class
io.grpc.gcp.observability.interceptors.ConfigFilterHelper
-
Packages that use ConfigFilterHelper Package Description io.grpc.gcp.observability.interceptors -
-
Uses of ConfigFilterHelper in io.grpc.gcp.observability.interceptors
Methods in io.grpc.gcp.observability.interceptors that return ConfigFilterHelper Modifier and Type Method Description static ConfigFilterHelperConfigFilterHelper. getInstance(ObservabilityConfig config)Creates and returns helper instance for log filtering.Constructors in io.grpc.gcp.observability.interceptors with parameters of type ConfigFilterHelper Constructor Description FactoryImpl(LogHelper helper, ConfigFilterHelper filterHelper)Create theInternalLoggingChannelInterceptor.Factorywe need to create ourClientInterceptors.FactoryImpl(LogHelper helper, ConfigFilterHelper filterHelper)Create theInternalLoggingServerInterceptor.Factorywe need to create ourServerInterceptors.
-