Phoenix.Socket.Reply

Phoenix.Socket.Reply

Defines a reply sent from channels to transports.

The message format requires the following keys:

  • topic - The string topic or topic:subtopic pair namespace, for example “messages”, “messages:123”
  • status - The reply status as an atom
  • payload - The reply payload
  • ref - The unique string ref

Summary

Types

t()

Types

t :: %Phoenix.Socket.Reply{payload: term, ref: term, status: term, topic: term}

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部