RecordProcessor
fs2.aws.dynamodb.RecordProcessor
Concrete implementation of the AWS RecordProcessor interface. Wraps incoming records into CommitableRecord types to allow for downstream checkpointing
Attributes
- cb
callback function to run on record receive, passing the new CommittableRecord
- Constructor:
create a new instance with a callback function to perform on record receive
- Graph
- Supertypes
- trait IRecordProcessorclass Objecttrait Matchableclass Any