Class LunchBreakShiftEvent
java.lang.Object
overit.geocall.bl.GenericEvent<LunchBreakShiftOutput>
overit.geocall.bl.BusinessEvent<LunchBreakShiftOutput>
overit.geocall.bl.SimpleBusinessEvent<LunchBreakShiftInput,LunchBreakShiftOutput>
overit.geocallapp.wfm.scheduling.bl.lunchbreak.event.LunchBreakShiftEvent
public class LunchBreakShiftEvent
extends SimpleBusinessEvent<LunchBreakShiftInput,LunchBreakShiftOutput>
Event to shift the activity to schedule according the lunch break
The launcher must provide a valid
The listener shifts the activity according to the
The launcher must provide a valid
LunchBreakShiftInput in order to successfully call this event. The listener shifts the activity according to the
LunchBreakShiftInput- Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTLunchBreakShift(0)-
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
ConstructorsConstructorDescriptionInstantiates a new lunch break shift 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
-
LunchBreakShiftEvent
Instantiates a new lunch break shift event.- Parameters:
input- the input
-