krossbow-stomp-core
4.0.1
common
krossbow-stomp-core
/
org.hildan.krossbow.stomp.frame
/
StompCommand
Stomp
Command
common
enum
StompCommand
:
Enum
<
StompCommand
>
Content copied to clipboard
A STOMP command.
Entries
Types
Properties
Sources
Entries
ERROR
Link copied to clipboard
common
ERROR
(
"ERROR"
)
Content copied to clipboard
RECEIPT
Link copied to clipboard
common
RECEIPT
(
"RECEIPT"
)
Content copied to clipboard
MESSAGE
Link copied to clipboard
common
MESSAGE
(
"MESSAGE"
)
Content copied to clipboard
DISCONNECT
Link copied to clipboard
common
DISCONNECT
(
"DISCONNECT"
)
Content copied to clipboard
ABORT
Link copied to clipboard
common
ABORT
(
"ABORT"
)
Content copied to clipboard
COMMIT
Link copied to clipboard
common
COMMIT
(
"COMMIT"
)
Content copied to clipboard
BEGIN
Link copied to clipboard
common
BEGIN
(
"BEGIN"
)
Content copied to clipboard
NACK
Link copied to clipboard
common
NACK
(
"NACK"
)
Content copied to clipboard
ACK
Link copied to clipboard
common
ACK
(
"ACK"
)
Content copied to clipboard
UNSUBSCRIBE
Link copied to clipboard
common
UNSUBSCRIBE
(
"UNSUBSCRIBE"
)
Content copied to clipboard
SUBSCRIBE
Link copied to clipboard
common
SUBSCRIBE
(
"SUBSCRIBE"
)
Content copied to clipboard
SEND
Link copied to clipboard
common
SEND
(
"SEND"
)
Content copied to clipboard
CONNECTED
Link copied to clipboard
common
CONNECTED
(
"CONNECTED"
,
false
)
Content copied to clipboard
CONNECT
Link copied to clipboard
common
CONNECT
(
"CONNECT"
,
false
)
Content copied to clipboard
STOMP
Link copied to clipboard
common
STOMP
(
"STOMP"
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Properties
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard
Sources
common source
Link copied to clipboard