Class DailyPlanBundleCacheInitializeEvent
java.lang.Object
overit.geocall.bl.GenericEvent<DailyPlanBundleCache>
overit.geocall.bl.BusinessEvent<DailyPlanBundleCache>
overit.geocall.bl.SimpleBusinessEvent<DailyPlanBundleCacheInitializeInput,DailyPlanBundleCache>
overit.geocallapp.wfm.core.ux.schedule.dailyplan.event.DailyPlanBundleCacheInitializeEvent
public class DailyPlanBundleCacheInitializeEvent
extends SimpleBusinessEvent<DailyPlanBundleCacheInitializeInput,DailyPlanBundleCache>
Event to initialize the
The launcher must provide a valid
DailyPlanBundleCache object. The launcher must provide a valid
DailyPlanBundleCacheInitializeInput in order to successfully call this event. - Since:
- 20.1
- GCApi:
- event
- Reactors:
- No Spouts
BTDailyPlanBundleCacheInitialize(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 newDailyPlanBundleCacheInitializeEventobject in order to initialize theDailyPlanBundleCacheobject. -
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
-
DailyPlanBundleCacheInitializeEvent
Instantiates a newDailyPlanBundleCacheInitializeEventobject in order to initialize theDailyPlanBundleCacheobject.- Parameters:
input- theDailyPlanBundleCacheInitializeInputobject
-