Class BookingCreateEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.ai.demos.booking.event.AbstractBookingEvent
com.bytedesk.ai.demos.booking.event.BookingCreateEvent
- All Implemented Interfaces:
Serializable
Event published when a new booking is created.
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.ai.demos.booking.event.AbstractBookingEvent
getBookingMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BookingCreateEvent
-