View Source Chaperon.Action.WebSocket.ReceiveMessage (chaperon v0.3.1)

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

Link to this section Summary

Link to this section Types

@type t() :: %Chaperon.Action.WebSocket.ReceiveMessage{
  callback: Chaperon.Session.result_callback(),
  decode: term(),
  options: [any()]
}