View Source EventStream (kvasir v0.0.18)

Link to this section Summary

Link to this section Types

@type t() :: %EventStream{
  endless: term(),
  events: term(),
  from: term(),
  id: term(),
  partition: term(),
  source: term(),
  topic: term()
}

Link to this section Functions