exmld v0.1.4 Exmld.KinesisStage.Event View Source

Link to this section Summary

Functions

Struct for events provided to an Exmld.KinesisStage

Link to this section Types

Link to this type t() View Source
t() :: %Exmld.KinesisStage.Event{event: Exmld.KinesisWorker.Datum.t(), stage: pid(), worker: term()}

Link to this section Functions

Link to this function %Exmld.KinesisStage.Event{} View Source (struct)

Struct for events provided to an Exmld.KinesisStage.

Records the stage and worker identifiers associated with an event.

Fields