envio v0.3.2 Envio.State View Source

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

Link to this type t() View Source
t() :: %Envio.State{
  messages: [term()],
  options: keyword(),
  subscriptions: map()
}

Internal state of everything amongst Envío.