Uses of Interface
com.giffing.bucket4j.spring.boot.starter.config.cache.AsyncCacheResolver
-
Uses of AsyncCacheResolver in com.giffing.bucket4j.spring.boot.starter.config.cache.hazelcast
Classes in com.giffing.bucket4j.spring.boot.starter.config.cache.hazelcast that implement AsyncCacheResolver Modifier and Type Class Description classHazelcastCacheResolverCreates theProxyManagerwith Bucket4jsHazelcastProxyManagerclass.Methods in com.giffing.bucket4j.spring.boot.starter.config.cache.hazelcast that return AsyncCacheResolver Modifier and Type Method Description AsyncCacheResolverHazelcastBucket4jCacheConfiguration. hazelcastCacheResolver() -
Uses of AsyncCacheResolver in com.giffing.bucket4j.spring.boot.starter.config.cache.ignite
Classes in com.giffing.bucket4j.spring.boot.starter.config.cache.ignite that implement AsyncCacheResolver Modifier and Type Class Description classIgniteCacheResolverMethods in com.giffing.bucket4j.spring.boot.starter.config.cache.ignite that return AsyncCacheResolver Modifier and Type Method Description AsyncCacheResolverIgniteBucket4jCacheConfiguration. hazelcastCacheResolver() -
Uses of AsyncCacheResolver in com.giffing.bucket4j.spring.boot.starter.config.cache.infinispan
Classes in com.giffing.bucket4j.spring.boot.starter.config.cache.infinispan that implement AsyncCacheResolver Modifier and Type Class Description classInfinispanCacheResolverMethods in com.giffing.bucket4j.spring.boot.starter.config.cache.infinispan that return AsyncCacheResolver Modifier and Type Method Description AsyncCacheResolverInfinispanBucket4jCacheConfiguration. infinispanCacheResolver() -
Uses of AsyncCacheResolver in com.giffing.bucket4j.spring.boot.starter.config.gateway
Constructors in com.giffing.bucket4j.spring.boot.starter.config.gateway with parameters of type AsyncCacheResolver Constructor Description Bucket4JAutoConfigurationSpringCloudGatewayFilter(Bucket4JBootProperties properties, org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory, org.springframework.context.support.GenericApplicationContext context, AsyncCacheResolver cacheResolver, List<MetricHandler> metricHandlers, Bucket4jConfigurationHolder gatewayConfigurationHolder, org.springframework.expression.ExpressionParser gatewayFilterExpressionParser) -
Uses of AsyncCacheResolver in com.giffing.bucket4j.spring.boot.starter.config.webflux
Constructors in com.giffing.bucket4j.spring.boot.starter.config.webflux with parameters of type AsyncCacheResolver Constructor Description Bucket4JAutoConfigurationWebfluxFilter(Bucket4JBootProperties properties, org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory, org.springframework.context.support.GenericApplicationContext context, AsyncCacheResolver cacheResolver, List<MetricHandler> metricHandlers, Bucket4jConfigurationHolder servletConfigurationHolder, org.springframework.expression.ExpressionParser webfluxFilterExpressionParser)