Class BundlingRuleOrderingsLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<BOBundlingRuleOrdering>>
overit.geocall.bl.BusinessEvent<List<BOBundlingRuleOrdering>>
overit.geocall.bl.SimpleBusinessEvent<Long,List<BOBundlingRuleOrdering>>
overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.event.BundlingRuleOrderingsLoadEvent
public class BundlingRuleOrderingsLoadEvent
extends SimpleBusinessEvent<Long,List<BOBundlingRuleOrdering>>
Event that allows to load all the
The launcher must provide a valid
The listener loads all the
BOBundlingRuleOrdering associated
to a specific BOBundlingRuleHeader. The launcher must provide a valid
BOBundlingRuleHeader id in order to
successfully call this event. The listener loads all the
BOBundlingRuleOrdering components starting
from the event input, i.e. the given BOBundlingRuleHeader id. - Since:
- 11.0
- GCApi:
- event
- Reactors:
- No Spouts
BTBundlingRuleOrderingsLoad(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 bundling rule orderings load 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
-
BundlingRuleOrderingsLoadEvent
Instantiates a new bundling rule orderings load event.- Parameters:
input- theBOBundlingRuleHeaderid
-