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 Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionClusterApplicationEvent(Object source) ClusterApplicationEvent(Object source, Clock clock)  - 
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
ClusterApplicationEvent
 - 
ClusterApplicationEvent
 
 -