View Source Envio.State (envio v1.0.0)

Global Envio state. Contains subscriptions, messages that were not yet processed and options.

Summary

Types

t()

Internal state of everything amongst Envío.

Types

@type t() :: %Envio.State{
  messages: [term()],
  options: keyword(),
  pid: pid(),
  subscriptions: map()
}

Internal state of everything amongst Envío.