Uses of Class
org.springframework.cloud.gateway.support.ConfigurationService
-
-
Uses of ConfigurationService in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return ConfigurationService Modifier and Type Method Description ConfigurationServiceGatewayAutoConfiguration. 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 ConfigurationService Modifier and Type Method Description RouteLocatorGatewayAutoConfiguration. routeDefinitionRouteLocator(GatewayProperties properties, List<GatewayFilterFactory> gatewayFilters, List<RoutePredicateFactory> predicates, RouteDefinitionLocator routeDefinitionLocator, ConfigurationService configurationService)WeightCalculatorWebFilterGatewayAutoConfiguration. 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 ConfigurationService Constructor Description WeightCalculatorWebFilter(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 ConfigurationService Modifier and Type Method Description protected voidAbstractRateLimiter. setConfigurationService(ConfigurationService configurationService)Constructors in org.springframework.cloud.gateway.filter.ratelimit with parameters of type ConfigurationService Constructor Description AbstractRateLimiter(Class<C> configClass, String configurationPropertyName, 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 ConfigurationService Constructor Description RouteDefinitionRouteLocator(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 ConfigurationService Modifier and Type Field Description protected ConfigurationServiceConfigurationService.AbstractBuilder. serviceConstructors in org.springframework.cloud.gateway.support with parameters of type ConfigurationService Constructor Description AbstractBuilder(ConfigurationService service)ConfigurableBuilder(ConfigurationService service, C configurable)InstanceBuilder(ConfigurationService service, T instance)
-