Uses of Interface
org.springframework.grpc.client.GrpcChannelBuilderCustomizer
Packages that use GrpcChannelBuilderCustomizer
-
Uses of GrpcChannelBuilderCustomizer in org.springframework.grpc.client
Methods in org.springframework.grpc.client that return GrpcChannelBuilderCustomizerModifier and TypeMethodDescription<T extends io.grpc.ManagedChannelBuilder<T>>
GrpcChannelBuilderCustomizer<T> ChannelBuilderOptions.customizer()Gets the customizer to apply to the builder used to create the channel.static <T extends io.grpc.ManagedChannelBuilder<T>>
GrpcChannelBuilderCustomizer<T> GrpcChannelBuilderCustomizer.defaults()Used to indicate no customizations should be made to the builder.static <T extends io.grpc.ManagedChannelBuilder<T>>
GrpcChannelBuilderCustomizer<T> GrpcChannelBuilderCustomizer.matching(String pattern, Consumer<io.grpc.ManagedChannelBuilder<T>> consumer) default GrpcChannelBuilderCustomizer<T> GrpcChannelBuilderCustomizer.then(GrpcChannelBuilderCustomizer<T> other) Methods in org.springframework.grpc.client with parameters of type GrpcChannelBuilderCustomizerModifier and TypeMethodDescriptiondefault GrpcChannelBuilderCustomizer<T> GrpcChannelBuilderCustomizer.then(GrpcChannelBuilderCustomizer<T> other) <T extends io.grpc.ManagedChannelBuilder<T>>
ChannelBuilderOptionsChannelBuilderOptions.withCustomizer(GrpcChannelBuilderCustomizer<T> customizer) Set the customizer to apply to the builder used to create the channel.Constructor parameters in org.springframework.grpc.client with type arguments of type GrpcChannelBuilderCustomizerModifierConstructorDescriptionDefaultGrpcChannelFactory(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.