Class HazelcastServiceConfiguration
-
- All Implemented Interfaces:
@Configuration(proxyBeanMethods = false)@ConditionalWingsEnabled() public class HazelcastServiceConfiguration- Since:
2019-12-03
trydofor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHazelcastServiceConfiguration.GlobalPublisherWired
-
Constructor Summary
Constructors Constructor Description HazelcastServiceConfiguration()
-
Method Summary
Modifier and Type Method Description HazelcastGlobalLockhazelcastGlobalLock(HazelcastInstance hazelcastInstance)HazelcastCacheManagerhazelcastCacheManager(SlardarCacheProp conf, HazelcastInstance instance)-
-
Method Detail
-
hazelcastGlobalLock
@Bean()@ConditionalWingsEnabled() HazelcastGlobalLock hazelcastGlobalLock(HazelcastInstance hazelcastInstance)
-
hazelcastCacheManager
@Bean(value = WingsCache.Manager.Server)@ConditionalWingsEnabled() HazelcastCacheManager hazelcastCacheManager(SlardarCacheProp conf, HazelcastInstance instance)
-
-
-
-