Class UpdateEvent<I>
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<I,Void>
overit.geocallapp.wfm.core.bl.common.UpdateEvent<I>
- Type Parameters:
I- the input object class
@Deprecated(since="16.0",
forRemoval=true)
public class UpdateEvent<I>
extends SimpleBusinessEvent<I,Void>
Deprecated, for removal: This API element is subject to removal in a future version.
General business event that permits to update an object of
The launcher must provide a valid input object of
The update have no result
<I> type. The launcher must provide a valid input object of
<I> type in order to successfully call this event. The update have no result
- Since:
- 9.2
- GCApi:
- event
- No Reactors
- No Spouts
-
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
ConstructorsConstructorDescriptionUpdateEvent(I input) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new insert event for<I>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
-
UpdateEvent
Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new insert event for<I>object.- Parameters:
input- the prepared object to insert
-
UpdateEvent