exmld v0.1.6 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
Struct for events provided to an Exmld.KinesisStage
.
Records the stage and worker identifiers associated with an event.
Fields
:stage
- identifier of theExmld.KinesisStage
which handled the event:worker
- identifier of theExmld.KinesisWorker
which produced the event:event
- anExmld.KinesisWorker.Datum