Class ConfigurationCacheLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<ConfigurationCache>
overit.geocall.bl.BusinessEvent<ConfigurationCache>
overit.geocall.bl.SimpleBusinessEvent<ConfigurationCacheLoadInput,ConfigurationCache>
overit.geocallapp.wfm.core.bl.schedule.cache.configuration.event.ConfigurationCacheLoadEvent
public class ConfigurationCacheLoadEvent
extends SimpleBusinessEvent<ConfigurationCacheLoadInput,ConfigurationCache>
Event to load
The launcher must provide a valid
ConfigurationCache objects. The launcher must provide a valid
ConfigurationCacheLoadInput object map in order to successfully call this event. - Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTConfigurationCacheLoad(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 newConfigurationCacheLoadEventobject in order to load theConfigurationCacheobjects. -
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
-
ConfigurationCacheLoadEvent
Instantiates a newConfigurationCacheLoadEventobject in order to load theConfigurationCacheobjects.- Parameters:
input- theConfigurationCacheLoadInputbusiness object
-