Package io.grpc.xds
Interface Filter.ClientInterceptorBuilder
-
- All Known Implementing Classes:
FaultFilter,RouterFilter
- Enclosing interface:
- Filter
public static interface Filter.ClientInterceptorBuilderUses the FilterConfigs produced above to produce an HTTP filter interceptor for clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.grpc.ClientInterceptorbuildClientInterceptor(Filter.FilterConfig config, Filter.FilterConfig overrideConfig, io.grpc.LoadBalancer.PickSubchannelArgs args, java.util.concurrent.ScheduledExecutorService scheduler)
-
-
-
Method Detail
-
buildClientInterceptor
@Nullable io.grpc.ClientInterceptor buildClientInterceptor(Filter.FilterConfig config, @Nullable Filter.FilterConfig overrideConfig, io.grpc.LoadBalancer.PickSubchannelArgs args, java.util.concurrent.ScheduledExecutorService scheduler)
-
-