batchItem property

Map<String, EventsBatch> batchItem
final

The batch of events to process. For each item in a batch, the endpoint ID acts as a key that has an EventsBatch object as its value.

Implementation

final Map<String, EventsBatch> batchItem;