Package io.jmix.core.cluster
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 Summary
Modifier and TypeFieldDescriptionprotected static org.springframework.messaging.SubscribableChannel
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOCAL_CHANNEL
protected static org.springframework.messaging.SubscribableChannel LOCAL_CHANNEL
-
-
Constructor Details
-
LocalApplicationEventChannelSupplier
public LocalApplicationEventChannelSupplier()
-
-
Method Details