DlqStepOutput

class DlqStepOutput(val state: BatchState, val rejectedRecords: List<DestinationRecordRaw>? = null) : WithBatchState

Part of the BatchAccumulator interface.

Constructors

Link copied to clipboard
constructor(state: BatchState, rejectedRecords: List<DestinationRecordRaw>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val state: BatchState