Class AbstractScheduleEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.core.schedule.event.AbstractScheduleEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ScheduleCreateEvent, ScheduleDeleteEvent, ScheduleUpdateEvent

public abstract class AbstractScheduleEvent extends org.springframework.context.ApplicationEvent
Ensures every schedule-related application event carries a detached snapshot so async listeners never touch managed persistence contexts from other threads.
See Also: