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 SummaryFieldsModifier and TypeFieldDescriptionprotected static org.springframework.messaging.SubscribableChannel
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
LOCAL_CHANNELprotected static org.springframework.messaging.SubscribableChannel LOCAL_CHANNEL
 
- 
- 
Constructor Details- 
LocalApplicationEventChannelSupplierpublic LocalApplicationEventChannelSupplier()
 
- 
- 
Method Details