View Source Lightning.Extensions.Message (Lightning v2.10.4)

Message for the limiters to communicate with the client.

Summary

Types

@type t() :: %Lightning.Extensions.Message{
  attrs: map() | nil,
  function: (... -> any()) | nil,
  position: atom() | nil,
  text: String.t() | nil
}