Properties
Static Readonly PING
Defined in io.vertx/vertx-stomp/target/npm/index.d.ts:127
Methods
Static createErrorFrame
createErrorFrame( message: string , headers: {} , body: string ) : Frame
Defined in io.vertx/vertx-stomp/target/npm/index.d.ts:129
Parameters
message: string
headers: {}
body: string
Static createReceiptFrame
createReceiptFrame( receiptId: string , headers: {} ) : Frame
Defined in io.vertx/vertx-stomp/target/npm/index.d.ts:131
Parameters
receiptId: string
headers: {}
Static handleReceipt
Defined in io.vertx/vertx-stomp/target/npm/index.d.ts:133
Parameters
Returns void
Static ping
Defined in io.vertx/vertx-stomp/target/npm/index.d.ts:135
Legend
Static property
Static method
Utility methods to build common Frames. It defines a non-STOMP frame (
This class is thread-safe.PING
) that is used for heartbeats. When such frame is written on the wire it is just the0
byte.