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.
  • Field Details

    • TOPIC_NAME

      protected static final String TOPIC_NAME
      See Also:
    • messageChannel

      protected final org.springframework.messaging.SubscribableChannel messageChannel
  • Constructor Details

    • HazelcastApplicationEventChannelSupplier

      public HazelcastApplicationEventChannelSupplier(com.hazelcast.core.HazelcastInstance hazelcastInstance)
  • Method Details

    • get

      public org.springframework.messaging.SubscribableChannel get()
      Specified by:
      get in interface Supplier<org.springframework.messaging.SubscribableChannel>