Uses of Class
org.springframework.grpc.client.ClientInterceptorsConfigurer
Packages that use ClientInterceptorsConfigurer
-
Uses of ClientInterceptorsConfigurer in org.springframework.grpc.client
Constructors in org.springframework.grpc.client with parameters of type ClientInterceptorsConfigurerModifierConstructorDescriptionDefaultGrpcChannelFactory(List<GrpcChannelBuilderCustomizer<T>> globalCustomizers, ClientInterceptorsConfigurer interceptorsConfigurer) Construct a channel factory instance.InProcessGrpcChannelFactory(List<GrpcChannelBuilderCustomizer<io.grpc.inprocess.InProcessChannelBuilder>> globalCustomizers, ClientInterceptorsConfigurer interceptorsConfigurer) Construct an in-process channel factory instance and sets thevirtualTargetsto the identity function so that the exact passed in target string is used as the target of the channel factory.NettyGrpcChannelFactory(List<GrpcChannelBuilderCustomizer<io.grpc.netty.NettyChannelBuilder>> globalCustomizers, ClientInterceptorsConfigurer interceptorsConfigurer) Construct a channel factory instance.ShadedNettyGrpcChannelFactory(List<GrpcChannelBuilderCustomizer<io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder>> globalCustomizers, ClientInterceptorsConfigurer interceptorsConfigurer) Construct a channel factory instance.