DirectLoadRecordAccumulator
@Singleton
Used internally by the CDK to wrap the client-provided DirectLoader in a generic BatchAccumulator, so that it can be used as a pipeline step. At this stage, the loader's public interface is mapped to the internal interface, hiding internal mechanics.
Functions
Link copied to clipboard
open suspend override fun accept(input: DestinationRecordRaw, state: S): BatchAccumulatorResult<S, DirectLoadAccResult>
Link copied to clipboard