View Source Envio.State (envio v0.10.0)

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

Link to this section Summary

Types

t()

Internal state of everything amongst Envío.

Link to this section Types

Specs

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

Internal state of everything amongst Envío.