Kvasir.Event (kvasir v0.0.12) View Source
Link to this section Summary
Functions
Set a key for an event.
Set a key type for an event.
Set an offset for an event.
Set a partition for an event.
Set a source for an event.
Set a timestamp for an event.
Set a topic for an event.
Link to this section Types
Specs
t() :: struct()
Link to this section Functions
Specs
Specs
Specs
Specs
on_error(t()) :: :halt | :skip
Specs
partition(t()) :: non_neg_integer()
Specs
Set a key for an event.
Specs
Set a key type for an event.
Specs
Set an offset for an event.
Specs
Set a partition for an event.
Specs
Set a source for an event.
Specs
set_timestamp(t(), UTCDateTime.t()) :: t()
Set a timestamp for an event.
Specs
Set a topic for an event.
Specs
Specs
timestamp(t()) :: UTCDateTime.t()