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 Summary
Modifier and TypeClassDescriptionprotected static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.springframework.messaging.SubscribableChannel
protected static final String
-
Constructor Summary
ConstructorDescriptionHazelcastApplicationEventChannelSupplier
(com.hazelcast.core.HazelcastInstance hazelcastInstance) -
Method Summary
-
Field Details
-
TOPIC_NAME
- See Also:
-
messageChannel
protected final org.springframework.messaging.SubscribableChannel messageChannel
-
-
Constructor Details
-
HazelcastApplicationEventChannelSupplier
public HazelcastApplicationEventChannelSupplier(com.hazelcast.core.HazelcastInstance hazelcastInstance)
-
-
Method Details