Class HazelcastApplicationEventChannelSupplier
java.lang.Object
io.jmix.autoconfigure.core.cluster.HazelcastApplicationEventChannelSupplier
- All Implemented Interfaces:
- ClusterApplicationEventChannelSupplier,- Supplier<org.springframework.messaging.SubscribableChannel>
public class HazelcastApplicationEventChannelSupplier
extends Object
implements ClusterApplicationEventChannelSupplier
Provides a channel that publishes messages to all application instances in a cluster using Hazelcast topics.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final org.springframework.messaging.SubscribableChannelprotected static final String
- 
Constructor SummaryConstructorsConstructorDescriptionHazelcastApplicationEventChannelSupplier(com.hazelcast.core.HazelcastInstance hazelcastInstance) 
- 
Method Summary
- 
Field Details- 
TOPIC_NAME- See Also:
 
- 
messageChannelprotected final org.springframework.messaging.SubscribableChannel messageChannel
 
- 
- 
Constructor Details- 
HazelcastApplicationEventChannelSupplierpublic HazelcastApplicationEventChannelSupplier(com.hazelcast.core.HazelcastInstance hazelcastInstance) 
 
- 
- 
Method Details