DlqStepOutput
class DlqStepOutput(val state: BatchState, val rejectedRecords: List<DestinationRecordRaw>? = null) : WithBatchState
Part of the BatchAccumulator interface.
This implements WithBatchState in order to control checkpointing.
rejectedRecords are records meant for the DeadLetterQueue.