Ariadne.Flow.Envelope (Ariadne Flow v0.10.1)

Copy Markdown View Source

Summary

Types

t()

A deserialised event: the decoded struct and its metadata, in the stored form filters match on.

Types

t()

@type t() :: %Ariadne.Flow.Envelope{
  event: struct(),
  metadata: map(),
  tags: [String.t()],
  type: String.t()
}

A deserialised event: the decoded struct and its metadata, in the stored form filters match on.