Class BundleEntitiesAggregateLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BundleEntitiesAggregate>
overit.geocall.bl.BusinessEvent<BundleEntitiesAggregate>
overit.geocall.bl.SimpleBusinessEvent<Bundle,BundleEntitiesAggregate>
overit.geocallapp.wfm.core.bl.bundler.event.BundleEntitiesAggregateLoadEvent
public class BundleEntitiesAggregateLoadEvent
extends SimpleBusinessEvent<Bundle,BundleEntitiesAggregate>
Event to load a
The launcher must provide a valid
The listener loads all the
BundleEntitiesAggregate. The launcher must provide a valid
Bundle as input in order to successfully call this event. The listener loads all the
BundleEntitiesAggregate components starting from the event input,
i.e. the given Bundle. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundleEntitiesAggregateLoad(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsFields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new bundle entities aggregate load event. -
Method Summary
Modifier and TypeMethodDescriptiongetCache()Returns the cache used for theBundlerelated entities.voidsetCache(BundleEntitiesCache cache) Sets the cache to use for theBundlerelated entities.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
-
Field Details
-
cache
-
-
Constructor Details
-
BundleEntitiesAggregateLoadEvent
Instantiates a new bundle entities aggregate load event.- Parameters:
input- theBundle
-
-
Method Details
-
getCache
Returns the cache used for theBundlerelated entities.- Returns:
- the
BundleEntitiesCache
-
setCache
Sets the cache to use for theBundlerelated entities.- Parameters:
cache- theBundleEntitiesCache
-