Class HazelcastInAppSubscribableChannelSupplier

java.lang.Object
io.jmix.autoconfigure.notifications.cluster.HazelcastInAppSubscribableChannelSupplier
All Implemented Interfaces:
InAppSubscribableChannelSupplier, Supplier<org.springframework.messaging.SubscribableChannel>

public class HazelcastInAppSubscribableChannelSupplier extends Object implements InAppSubscribableChannelSupplier
  • Field Details

    • messageChannel

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

    • HazelcastInAppSubscribableChannelSupplier

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

    • get

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