ReactoKinesix


ReactoKinesix

ReactoKinesix Namespace

TypeDescription
IReactoKinesixApp

Represents a client application that consumes records from a Kinesis stream. Please use the static method "ReactoKinesixApp.CreateNew(...)" to create a new Kinesis client application.

IRecordProcessor

Represents a processor that is responsible for processing any records received from the stream.

IRecordProcessorFactory

Factory for record processor

ReactoKinesixApp

ReactoKinesix.Model Namespace

TypeDescription
ErrorHandlingMode

Representing the different modes in which to handle errors when processing records

HandoverRequest
OnBatchProcessedDelegate
OnInitializedDelegate
ProcessRecordsResult

Result of processing a batch of records

ReactoKinesixConfig
Record

Represents a record received from the stream

Status
ModuleDescription
Exceptions

ReactoKinesix.Utils Namespace

TypeDescription
Agent<'T>

Type alias for F# mailbox processor type

Fork me on GitHub