Class LocalApplicationEventChannelSupplier

java.lang.Object
io.jmix.core.cluster.LocalApplicationEventChannelSupplier
All Implemented Interfaces:
ClusterApplicationEventChannelSupplier, Supplier<org.springframework.messaging.SubscribableChannel>

public class LocalApplicationEventChannelSupplier extends Object implements ClusterApplicationEventChannelSupplier
Provides a channel that publishes messages only to owner application instance which is used in single-instance applications.
  • Field Details

    • LOCAL_CHANNEL

      protected static org.springframework.messaging.SubscribableChannel LOCAL_CHANNEL
  • Constructor Details

    • LocalApplicationEventChannelSupplier

      public LocalApplicationEventChannelSupplier()
  • Method Details

    • get

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