EventBus v1.0.0 EventBus.SQSMessage View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %EventBus.SQSMessage{
  event: EventBus.Event.t(),
  has_valid_event?: boolean(),
  message_id: binary(),
  queue_name: binary(),
  raw_body: binary() | map(),
  receipt_handle: binary()
}

Link to this section Functions

Link to this function

new(message, queue_name) View Source
new(map(), binary()) :: t()