Uses of Interface
org.springframework.grpc.client.GrpcChannelFactory
Packages that use GrpcChannelFactory
-
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.