RecordProcessor
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
- Constructor:
create a new instance with a callback function to perform on record receive
trait IRecordProcessor
class Object
trait Matchable
class Any