Uses of Class
io.grpc.gcp.observability.interceptors.ConfigFilterHelper.FilterParams
-
Packages that use ConfigFilterHelper.FilterParams Package Description io.grpc.gcp.observability.interceptors -
-
Uses of ConfigFilterHelper.FilterParams in io.grpc.gcp.observability.interceptors
Fields in io.grpc.gcp.observability.interceptors declared as ConfigFilterHelper.FilterParams Modifier and Type Field Description static ConfigFilterHelper.FilterParamsConfigFilterHelper. NO_FILTER_PARAMSMethods in io.grpc.gcp.observability.interceptors that return ConfigFilterHelper.FilterParams Modifier and Type Method Description static ConfigFilterHelper.FilterParamsConfigFilterHelper.FilterParams. create(boolean log, int headerBytes, int messageBytes)ConfigFilterHelper.FilterParamsConfigFilterHelper. logRpcMethod(java.lang.String fullMethodName, boolean client)Checks if the corresponding service/method passed needs to be logged according to user provided observability configuration.
-