Class SlotsLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<ExternalTeamTimeSlot>>
overit.geocall.bl.BusinessEvent<List<ExternalTeamTimeSlot>>
overit.geocall.bl.SimpleBusinessEvent<SlotsLoadInput,List<ExternalTeamTimeSlot>>
overit.geocallapp.wfm.booking.bl.integration.timeslot.event.SlotsLoadEvent
Event to load a time slot.
The launcher must provide a valid
The listener loads all the time slots starting from the event input, i.e. the given
The launcher must provide a valid
SlotsLoadInput in order to successfully call this event. The listener loads all the time slots starting from the event input, i.e. the given
SlotsLoadInput. - Since:
- 15.0
- 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
Constructors -
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
-
SlotsLoadEvent
Instantiates a new slot load event.- Parameters:
input- the SlotLoadInput
-