View Source Seqy.Event (seqy v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %Seqy.Event{
  action: atom(),
  args: term(),
  id: String.t(),
  queue_id: term(),
  topic: atom()
}