Class HazelcastBucket4jCacheConfiguration

java.lang.Object
com.giffing.bucket4j.spring.boot.starter.config.cache.hazelcast.HazelcastBucket4jCacheConfiguration

@Configuration
@ConditionalOnClass(com.hazelcast.core.HazelcastInstance.class)
@ConditionalOnBean(com.hazelcast.core.HazelcastInstance.class)
public class HazelcastBucket4jCacheConfiguration
extends java.lang.Object
Configures the asynchronous support for Hazelcast. The synchronous support of Hazelcast is already provided by the JCacheBucket4jConfiguration. It uses the HazelcastInstance to access the HazelcastInstance to retrieve the cache.
  • Constructor Summary

    Constructors 
    Constructor Description
    HazelcastBucket4jCacheConfiguration​(com.hazelcast.core.HazelcastInstance hazelcastInstance)  
  • Method Summary

    Modifier and Type Method Description
    AsyncCacheResolver hazelcastCacheResolver()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait