Weddell v0.3.0 Weddell.Message View Source

A single message containing data and/or attributes returned from Pub/Sub.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Weddell.Message{
  ack_id: String.t(),
  attributes: map(),
  data: binary(),
  id: String.t(),
  published_at: DateTime.t()
}