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 <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
  • Constructor Details

    • LoadEvent

      public LoadEvent(Long input)
      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