View Source Exmld.KinesisStage.Event (exmld v1.0.3)

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

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

Fields