Package io.jmix.core.cluster
Class ClusterApplicationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.core.cluster.ClusterApplicationEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UiEventPublisher.UiUserEvent
public abstract class ClusterApplicationEvent
extends org.springframework.context.ApplicationEvent
Base event that can be extended by specific event implementation
 to publish events to all application instances in a cluster.
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionClusterApplicationEvent(Object source) ClusterApplicationEvent(Object source, Clock clock) 
- 
Method SummaryMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
ClusterApplicationEvent
- 
ClusterApplicationEvent
 
-