W3cubDocs

/Phoenix

Phoenix.Socket.Broadcast

Defines a message sent from pubsub to channels and vice-versa.

The message format requires the following keys:

  • :topic - The string topic or topic:subtopic pair namespace, for example "messages", "messages:123"
  • :event- The string event name, for example "phx_join"
  • :payload - The message payload

Summary

Types

t()

Types

t()

Specs

t() :: %Phoenix.Socket.Broadcast{event: term(), payload: term(), topic: term()}

© 2014 Chris McCord
Licensed under the MIT License.
https://hexdocs.pm/phoenix/Phoenix.Socket.Broadcast.html