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 Summary
FieldsModifier and TypeFieldDescriptionstatic final intOrder applied to theClientPropertiesChannelBuilderCustomizerused to applyGrpcClientPropertiesto channel builders.static final intOrder applied to thecompressionClientCustomizerused to set the compressor registry on the channel builder.static final intOrder applied to thedecompressionClientCustomizerused to set the decompressor registry on the channel builder. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLIENT_PROPS_CHANNEL_BUILDER_CUSTOMIZER_ORDER
public static final int CLIENT_PROPS_CHANNEL_BUILDER_CUSTOMIZER_ORDEROrder applied to theClientPropertiesChannelBuilderCustomizerused to applyGrpcClientPropertiesto channel builders.- See Also:
-
COMPRESSION_CHANNEL_BUILDER_CUSTOMIZER_ORDER
public static final int COMPRESSION_CHANNEL_BUILDER_CUSTOMIZER_ORDEROrder applied to thecompressionClientCustomizerused to set the compressor registry on the channel builder.- See Also:
-
DECOMPRESSION_CHANNEL_BUILDER_CUSTOMIZER_ORDER
public static final int DECOMPRESSION_CHANNEL_BUILDER_CUSTOMIZER_ORDEROrder applied to thedecompressionClientCustomizerused to set the decompressor registry on the channel builder.- See Also:
-
-
Constructor Details
-
GrpcClientAutoConfiguration
public GrpcClientAutoConfiguration()
-