Uses of Interface
org.springframework.grpc.client.GrpcChannelFactory
Packages that use GrpcChannelFactory
Package
Description
Auto-configuration for gRPC client.
Auto-configuration for Spring gRPC tests.
gRPC client infrastructure.
-
Uses of GrpcChannelFactory in org.springframework.boot.grpc.client.autoconfigure
Methods in org.springframework.boot.grpc.client.autoconfigure with parameters of type GrpcChannelFactoryModifier and TypeMethodDescriptionvoidGrpcChannelFactoryCustomizer.customize(GrpcChannelFactory factory) Customize the givenGrpcChannelFactory. -
Uses of GrpcChannelFactory in org.springframework.boot.grpc.test.autoconfigure
Classes in org.springframework.boot.grpc.test.autoconfigure that implement GrpcChannelFactoryModifier and TypeClassDescriptionstatic classSpecialization ofInProcessGrpcChannelFactorythat allows the channel factory to support all targets, not just those that start with 'in-process:'. -
Uses of GrpcChannelFactory in org.springframework.grpc.client
Classes in org.springframework.grpc.client that implement GrpcChannelFactoryModifier and TypeClassDescriptionclassA compositeGrpcChannelFactorythat combines a list of channel factories.classDefaultGrpcChannelFactory<T extends io.grpc.ManagedChannelBuilder<T>>Default implementation ofGrpcChannelFactoryfor creating and managing gRPC channels.classGrpcChannelFactorythat creates in-process gRPC channels.classGrpcChannelFactorythat creates Netty-based gRPC channels.classGrpcChannelFactorythat creates shaded Netty-based gRPC channels.Methods in org.springframework.grpc.client with parameters of type GrpcChannelFactoryModifier and TypeMethodDescriptionprotected voidClientInterceptorsConfigurer.configureInterceptors(io.grpc.ManagedChannelBuilder<?> builder, List<io.grpc.ClientInterceptor> interceptors, boolean mergeWithGlobalInterceptors, GrpcChannelFactory factory) Configure aManagedChannelBuilderwith client interceptors.Constructor parameters in org.springframework.grpc.client with type arguments of type GrpcChannelFactoryModifierConstructorDescriptionCompositeGrpcChannelFactory(List<GrpcChannelFactory> channelFactories) Creates a new CompositeGrpcChannelFactory with the given factories.