chaperon v0.2.3 Chaperon.Action.WebSocket.ReceiveMessage View Source

WebSocket action to receive message in a WebSocket-connected session.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Chaperon.Action.WebSocket.ReceiveMessage{
  callback: Chaperon.Session.result_callback(),
  decode: term(),
  options: [any()]
}