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

    • UpdateEvent

      public UpdateEvent(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