RecordProcessor
fs2.aws.dynamodb.RecordProcessor
class RecordProcessor(cb: CommittableRecord => Unit) extends IRecordProcessor
Concrete implementation of the AWS RecordProcessor interface. Wraps incoming records into CommitableRecord types to allow for downstream checkpointing
Value parameters
- cb
-
callback function to run on record receive, passing the new CommittableRecord
Attributes
- Constructor
-
create a new instance with a callback function to perform on record receive
- Graph
-
- Supertypes
-
trait IRecordProcessorclass Objecttrait Matchableclass Any
Members list
In this article