Class InsertEvent<I>

Type Parameters:
I - the input object class
Direct Known Subclasses:
MeterReadingsMeasureInsertEvent, MeterReadingsTemplateInsertEvent

@Deprecated(since="16.0", forRemoval=true) public class InsertEvent<I> extends SimpleBusinessEvent<I,Long>
Deprecated, for removal: This API element is subject to removal in a future version.
General business event that permits to insert an object of <I> type.
The launcher must provide a valid input object of <I> type in order to successfully call this event.
The insertion result consists of the id of the inserted <I> object.
Since:
9.2
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • InsertEvent

      public InsertEvent(I 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