View Source Exmld.KinesisStage.Event (exmld v1.0.4)
Link to this section Summary
Functions
Struct for events provided to an Exmld.KinesisStage
.
Link to this section Types
@type t() :: %Exmld.KinesisStage.Event{ event: Exmld.KinesisWorker.Datum.t(), stage: pid(), worker: term() }
Link to this section Functions
Struct for events provided to an Exmld.KinesisStage
.
Records the stage and worker identifiers associated with an event.
fields
Fields
:stage
- identifier of theExmld.KinesisStage
which handled the event:worker
- identifier of theExmld.KinesisWorker
which produced the event:event
- anExmld.KinesisWorker.Datum