All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AnnotationGlobalClientInterceptorConfigurer |
annotationGlobalClientInterceptorConfigurer() |
GrpcChannelConfigurer |
compressionChannelConfigurer(io.grpc.CompressorRegistry registry) |
GrpcChannelConfigurer |
decompressionChannelConfigurer(io.grpc.DecompressorRegistry registry) |
java.util.List<GrpcChannelConfigurer> |
defaultChannelConfigurers() |
GlobalClientInterceptorRegistry |
globalClientInterceptorRegistry() |
GrpcChannelsProperties |
grpcChannelsProperties() |
GrpcClientBeanPostProcessor |
grpcClientBeanPostProcessor(org.springframework.context.ApplicationContext applicationContext) |
io.grpc.LoadBalancer.Factory |
grpcLoadBalancerFactory() |
io.grpc.NameResolver.Factory |
grpcNameResolverFactory(GrpcChannelsProperties channelProperties)
Creates a new name resolver factory with the given channel properties.
|
GrpcChannelFactory |
inProcessGrpcChannelFactory(GrpcChannelsProperties properties,
GlobalClientInterceptorRegistry globalClientInterceptorRegistry,
java.util.List<GrpcChannelConfigurer> channelConfigurers) |
GrpcChannelFactory |
nettyGrpcChannelFactory(GrpcChannelsProperties properties,
io.grpc.LoadBalancer.Factory loadBalancerFactory,
io.grpc.NameResolver.Factory nameResolverFactory,
GlobalClientInterceptorRegistry globalClientInterceptorRegistry,
java.util.List<GrpcChannelConfigurer> channelConfigurers) |
GrpcChannelFactory |
shadedNettyGrpcChannelFactory(GrpcChannelsProperties properties,
io.grpc.LoadBalancer.Factory loadBalancerFactory,
io.grpc.NameResolver.Factory nameResolverFactory,
GlobalClientInterceptorRegistry globalClientInterceptorRegistry,
java.util.List<GrpcChannelConfigurer> channelConfigurers) |