Class BatchDeleteEvent<O>

Type Parameters:
O - the type of output items produced after deletion, if any
Direct Known Subclasses:
WorkShiftExceptionDeleteBatchEvent

public abstract class BatchDeleteEvent<O> extends BatchEvent<Long,O>
Abstract base class for batch delete events.
This class specializes BatchEvent for delete operations that take record IDs as input and may return information about the deleted records. It processes a collection of record IDs to remove the corresponding records from the system.
Since:
1.0
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • BatchDeleteEvent

      protected BatchDeleteEvent(List<Long> input)
      Creates a new batch delete event with the specified list of record IDs.
      Parameters:
      input - the list of record IDs to delete