JavaPhoenixClient
/
org.phoenixframework
/
Channel
/
Event
Event
enum
Event
:
Enum
<
Channel.Event
>
Content copied to clipboard
Channel specific events
Entries
Types
Properties
Entries
HEARTBEAT
Link copied to clipboard
HEARTBEAT
("heartbeat")
Content copied to clipboard
JOIN
Link copied to clipboard
JOIN
("phx_join")
Content copied to clipboard
LEAVE
Link copied to clipboard
LEAVE
("phx_leave")
Content copied to clipboard
REPLY
Link copied to clipboard
REPLY
("phx_reply")
Content copied to clipboard
ERROR
Link copied to clipboard
ERROR
("phx_error")
Content copied to clipboard
CLOSE
Link copied to clipboard
CLOSE
("phx_close")
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard