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

public class BookingCreateEvent extends AbstractBookingEvent
Event published when a new booking is created.
See Also:
  • Field Details

  • Constructor Details

    • BookingCreateEvent

      public BookingCreateEvent(BookingEntity booking)