Uses of Class
org.springframework.cloud.gateway.support.ConfigurationService
Packages that use ConfigurationService
Package
Description
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
-
Uses of ConfigurationService in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return ConfigurationServiceModifier and TypeMethodDescriptionGatewayAutoConfiguration.gatewayConfigurationService(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.beans.factory.ObjectProvider<org.springframework.core.convert.ConversionService> conversionService, org.springframework.beans.factory.ObjectProvider<org.springframework.validation.Validator> validator) Methods in org.springframework.cloud.gateway.config with parameters of type ConfigurationServiceModifier and TypeMethodDescriptionGatewayAutoConfiguration.Bucket4jConfiguration.bucket4jRateLimiter(io.github.bucket4j.distributed.proxy.AsyncProxyManager<String> proxyManager, ConfigurationService configurationService) GatewayAutoConfiguration.routeDefinitionRouteLocator(GatewayProperties properties, List<GatewayFilterFactory> gatewayFilters, List<RoutePredicateFactory> predicates, RouteDefinitionLocator routeDefinitionLocator, ConfigurationService configurationService) GatewayAutoConfiguration.weightCalculatorWebFilter(ConfigurationService configurationService, org.springframework.beans.factory.ObjectProvider<RouteLocator> routeLocator) -
Uses of ConfigurationService in org.springframework.cloud.gateway.filter
Constructors in org.springframework.cloud.gateway.filter with parameters of type ConfigurationServiceModifierConstructorDescriptionWeightCalculatorWebFilter(org.springframework.beans.factory.ObjectProvider<RouteLocator> routeLocator, ConfigurationService configurationService) -
Uses of ConfigurationService in org.springframework.cloud.gateway.filter.ratelimit
Methods in org.springframework.cloud.gateway.filter.ratelimit with parameters of type ConfigurationServiceModifier and TypeMethodDescriptionprotected voidAbstractRateLimiter.setConfigurationService(ConfigurationService configurationService) Constructors in org.springframework.cloud.gateway.filter.ratelimit with parameters of type ConfigurationServiceModifierConstructorDescriptionprotectedAbstractRateLimiter(Class<C> configClass, String configurationPropertyName, @Nullable ConfigurationService configurationService) Bucket4jRateLimiter(io.github.bucket4j.distributed.proxy.AsyncProxyManager<String> proxyManager, ConfigurationService configurationService) RedisRateLimiter(org.springframework.data.redis.core.ReactiveStringRedisTemplate redisTemplate, org.springframework.data.redis.core.script.RedisScript<List<Long>> script, ConfigurationService configurationService) -
Uses of ConfigurationService in org.springframework.cloud.gateway.route
Constructors in org.springframework.cloud.gateway.route with parameters of type ConfigurationServiceModifierConstructorDescriptionRouteDefinitionRouteLocator(RouteDefinitionLocator routeDefinitionLocator, List<RoutePredicateFactory> predicates, List<GatewayFilterFactory> gatewayFilterFactories, GatewayProperties gatewayProperties, ConfigurationService configurationService) -
Uses of ConfigurationService in org.springframework.cloud.gateway.support
Fields in org.springframework.cloud.gateway.support declared as ConfigurationServiceModifier and TypeFieldDescriptionprotected final ConfigurationServiceConfigurationService.AbstractBuilder.serviceConstructors in org.springframework.cloud.gateway.support with parameters of type ConfigurationServiceModifierConstructorDescriptionAbstractBuilder(ConfigurationService service) ConfigurableBuilder(ConfigurationService service, C configurable) InstanceBuilder(ConfigurationService service, T instance)