Class GrpcClientAutoConfiguration

java.lang.Object
org.springframework.boot.grpc.client.autoconfigure.GrpcClientAutoConfiguration

@AutoConfiguration(before=CompositeChannelFactoryAutoConfiguration.class) @EnableConfigurationProperties(GrpcClientProperties.class) @Import({org.springframework.boot.grpc.client.autoconfigure.GrpcCodecConfiguration.class,org.springframework.boot.grpc.client.autoconfigure.GrpcChannelFactoryConfigurations.ShadedNettyChannelFactoryConfiguration.class,org.springframework.boot.grpc.client.autoconfigure.GrpcChannelFactoryConfigurations.NettyChannelFactoryConfiguration.class,org.springframework.boot.grpc.client.autoconfigure.GrpcChannelFactoryConfigurations.InProcessChannelFactoryConfiguration.class,org.springframework.boot.grpc.client.autoconfigure.GrpcClientAutoConfiguration.ClientScanConfiguration.class}) public final class GrpcClientAutoConfiguration extends Object
  • Field Details

    • CLIENT_PROPS_CHANNEL_BUILDER_CUSTOMIZER_ORDER

      public static final int CLIENT_PROPS_CHANNEL_BUILDER_CUSTOMIZER_ORDER
      Order applied to the ClientPropertiesChannelBuilderCustomizer used to apply GrpcClientProperties to channel builders.
      See Also:
    • COMPRESSION_CHANNEL_BUILDER_CUSTOMIZER_ORDER

      public static final int COMPRESSION_CHANNEL_BUILDER_CUSTOMIZER_ORDER
      Order applied to the compressionClientCustomizer used to set the compressor registry on the channel builder.
      See Also:
    • DECOMPRESSION_CHANNEL_BUILDER_CUSTOMIZER_ORDER

      public static final int DECOMPRESSION_CHANNEL_BUILDER_CUSTOMIZER_ORDER
      Order applied to the decompressionClientCustomizer used to set the decompressor registry on the channel builder.
      See Also:
  • Constructor Details

    • GrpcClientAutoConfiguration

      public GrpcClientAutoConfiguration()