Class BookingActionNotificationEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<BookingActionInput,Void>
overit.geocallapp.wfm.core.bl.booking.action.event.BookingActionNotificationEvent
Event to point out that an action notification has been booked.
The launcher must provide a valid
BookingActionInput in order to successfully call this event.
The listener could use this event to perform actions after the booking action notification.- Since:
- 9.1
- GCApi:
- event
- No Reactors
- No Spouts
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionBookingActionNotificationEvent(BookingActionInput bookingAction) Instantiates a new appointment creation event. -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
BookingActionNotificationEvent
Instantiates a new appointment creation event.- Parameters:
bookingAction- the preparedBookingActionInput
-