Module: vertx-stomp-js/frames
Classes
- Frames
Methods
-
<static> Frames.createErrorFrame(message, headers, body) → {Object}
-
Parameters:
Name |
Type |
Description |
message |
string
|
|
headers |
Array.<string>
|
|
body |
string
|
|
- Source:
Returns:
-
Type
-
Object
-
<static> Frames.createReceiptFrame(receiptId, headers) → {Object}
-
Parameters:
Name |
Type |
Description |
receiptId |
string
|
|
headers |
Array.<string>
|
|
- Source:
Returns:
-
Type
-
Object
-
<static> Frames.handleReceipt(frame, connection)
-
Parameters:
Name |
Type |
Description |
frame |
Object
|
|
connection |
StompServerConnection
|
|
- Source:
-
<static> Frames.ping() → {Object}
-
- Source:
Returns:
-
Type
-
Object