Class PositionCacheLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Map<Long,org.locationtech.jts.geom.Coordinate>>
overit.geocall.bl.BusinessEvent<Map<Long,org.locationtech.jts.geom.Coordinate>>
overit.geocall.bl.SimpleBusinessEvent<Collection<Long>,Map<Long,org.locationtech.jts.geom.Coordinate>>
overit.geocallapp.wfm.core.bl.schedule.cache.position.event.PositionCacheLoadEvent
public class PositionCacheLoadEvent
extends SimpleBusinessEvent<Collection<Long>,Map<Long,org.locationtech.jts.geom.Coordinate>>
Event to load position map.
The launcher must provide a valid workshift ids collection in order to successfully call this event.
The launcher must provide a valid workshift ids collection in order to successfully call this event.
- Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTPositionCacheLoad(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
ConstructorsConstructorDescriptionPositionCacheLoadEvent(Collection<Long> input) Instantiates a newPositionCacheLoadEventobject in order to load the position map. -
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
-
PositionCacheLoadEvent
Instantiates a newPositionCacheLoadEventobject in order to load the position map.- Parameters:
input- the workshifts
-