kvasir v0.0.4 Kvasir.Event.Meta View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Kvasir.Event.Meta{
  key: term(),
  key_type: term(),
  meta: map(),
  offset: non_neg_integer(),
  partition: non_neg_integer(),
  source: module(),
  sub_key: nil | [atom() | {atom(), term()}],
  timestamp: UTCDateTime.t(),
  topic: String.t()
}