Class AddressDuplicateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOAddress>
overit.geocall.bl.BusinessEvent<BOAddress>
overit.geocall.bl.SimpleBusinessEvent<AddressDuplicateInput,BOAddress>
overit.geocallapp.wfm.core.bl.location.address.event.AddressDuplicateEvent
Event for duplicate a
The launcher must provide a valid AddressDuplicateInput in order to successfully call this event.
The listener duplicate the
BOAddress. The launcher must provide a valid AddressDuplicateInput in order to successfully call this event.
The listener duplicate the
BOAddress defined in the input AddressDuplicateInput. - Since:
- 14.0
- GCApi:
- event
- Reactors:
- No Spouts
BTAddressDuplicate(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
ConstructorsConstructorDescriptionDuplicate the address defined in the input object. -
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
-
AddressDuplicateEvent
Duplicate the address defined in the input object.- Parameters:
input- the input object
-