GoneBatchEvent constructor

GoneBatchEvent(
  1. GoneBatch data,
  2. void ackCb()
)

Implementation

GoneBatchEvent(super.data, super.ackCb);