Class ClusterApplicationEventChannelAutoConfiguration
java.lang.Object
io.jmix.autoconfigure.core.cluster.ClusterApplicationEventChannelAutoConfiguration
@AutoConfiguration
@ConditionalOnMissingBean(ClusterApplicationEventChannelSupplier.class)
@AutoConfigureAfter(org.springframework.boot.autoconfigure.hazelcast.HazelcastAutoConfiguration.class)
@ConditionalOnClass(com.hazelcast.core.HazelcastInstance.class)
@ConditionalOnSingleCandidate(com.hazelcast.core.HazelcastInstance.class)
public class ClusterApplicationEventChannelAutoConfiguration
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclusterApplicationEventChannelSupplier
(com.hazelcast.core.HazelcastInstance hazelcastInstance)
-
Constructor Details
-
ClusterApplicationEventChannelAutoConfiguration
public ClusterApplicationEventChannelAutoConfiguration()
-
-
Method Details
-
clusterApplicationEventChannelSupplier
@Bean @ConditionalOnMissingBean public ClusterApplicationEventChannelSupplier clusterApplicationEventChannelSupplier(com.hazelcast.core.HazelcastInstance hazelcastInstance)
-