Class LoadEvent<O>
- Type Parameters:
O- the loaded object class
@Deprecated(since="16.0",
forRemoval=true)
public class LoadEvent<O>
extends SimpleBusinessEvent<Long,O>
Deprecated, for removal: This API element is subject to removal in a future version.
General business event that permits to load an object of
The launcher must provide a Long object in order to successfully call this event.
The loading result consists of the
<I> type using his id. The launcher must provide a Long object in order to successfully call this event.
The loading result consists of the
<I> object. - 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
Constructors -
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
-
LoadEvent
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
-
LoadEvent