Class AddressGeocodingBatchSaveEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Void>>
overit.geocall.bl.BusinessEvent<List<Void>>
overit.geocall.bl.SimpleBusinessEvent<List<Long>,List<Void>>
overit.geocallapp.utilities.core.bl.common.batch.BatchEvent<Long,Void>
overit.geocallapp.wfm.locations.bl.address.event.AddressGeocodingBatchSaveEvent
Event to normalize an
The launcher must provide a valid address id list in order to successfully call this event.
The listener try to normalized and update the
BOAddresss id list. The launcher must provide a valid address id list in order to successfully call this event.
The listener try to normalized and update the
BOAddresss id list. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTAddressGeocodingSaveBatch(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
ConstructorsConstructorDescriptionAddressGeocodingBatchSaveEvent(List<Long> input) Normalize and update an existent address -
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
-
AddressGeocodingBatchSaveEvent
Normalize and update an existent address- Parameters:
input- theBOAddress
-