Class EclipseLinkHazelcastChanelSupplier

java.lang.Object
io.jmix.autoconfigure.eclipselink.EclipseLinkHazelcastChanelSupplier
All Implemented Interfaces:
EclipseLinkChannelSupplier, Supplier<org.springframework.messaging.SubscribableChannel>

public class EclipseLinkHazelcastChanelSupplier extends Object implements EclipseLinkChannelSupplier
  • Field Details

    • messageChannel

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

    • EclipseLinkHazelcastChanelSupplier

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

    • get

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