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.
See Also:
  • Constructor Details

    • ClusterApplicationEvent

      public ClusterApplicationEvent(Object source)
    • ClusterApplicationEvent

      public ClusterApplicationEvent(Object source, Clock clock)