Uses of Enum
org.springframework.cloud.openfeign.support.FeignHttpClientProperties.Hc5Properties.PoolConcurrencyPolicy
Packages that use FeignHttpClientProperties.Hc5Properties.PoolConcurrencyPolicy
-
Uses of FeignHttpClientProperties.Hc5Properties.PoolConcurrencyPolicy in org.springframework.cloud.openfeign.support
Fields in org.springframework.cloud.openfeign.support declared as FeignHttpClientProperties.Hc5Properties.PoolConcurrencyPolicyModifier and TypeFieldDescriptionFeignHttpClientProperties.Hc5Properties.DEFAULT_POOL_CONCURRENCY_POLICYDefault value for pool concurrency policy.Methods in org.springframework.cloud.openfeign.support that return FeignHttpClientProperties.Hc5Properties.PoolConcurrencyPolicyModifier and TypeMethodDescriptionFeignHttpClientProperties.Hc5Properties.getPoolConcurrencyPolicy()Returns the enum constant of this type with the specified name.FeignHttpClientProperties.Hc5Properties.PoolConcurrencyPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.cloud.openfeign.support with parameters of type FeignHttpClientProperties.Hc5Properties.PoolConcurrencyPolicyModifier and TypeMethodDescriptionvoidFeignHttpClientProperties.Hc5Properties.setPoolConcurrencyPolicy(FeignHttpClientProperties.Hc5Properties.PoolConcurrencyPolicy poolConcurrencyPolicy)