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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclusterApplicationEventChannelSupplier(com.hazelcast.core.HazelcastInstance hazelcastInstance) 
- 
Constructor Details- 
ClusterApplicationEventChannelAutoConfigurationpublic ClusterApplicationEventChannelAutoConfiguration()
 
- 
- 
Method Details- 
clusterApplicationEventChannelSupplier@Bean @ConditionalOnMissingBean public ClusterApplicationEventChannelSupplier clusterApplicationEventChannelSupplier(com.hazelcast.core.HazelcastInstance hazelcastInstance) 
 
-