Module: Supabase::Realtime::Types::ChannelEvents

Defined in:
lib/supabase/realtime/types.rb

Overview

Phoenix event names — mirror supabase-py’s ChannelEvents enum 1:1 so docs and message dumps line up.

Constant Summary collapse

CLOSE =
"phx_close"
ERROR =
"phx_error"
JOIN =
"phx_join"
REPLY =
"phx_reply"
LEAVE =
"phx_leave"
HEARTBEAT =
"heartbeat"
ACCESS_TOKEN =
"access_token"
BROADCAST =
"broadcast"
PRESENCE =
"presence"
PRESENCE_STATE =
"presence_state"
PRESENCE_DIFF =
"presence_diff"
SYSTEM =
"system"
POSTGRES_CHANGES =
"postgres_changes"