getTransactionId static method
Gets the transaction ID from a frame
Implementation
static String? getTransactionId(StompFrame frame) {
return frame.getHeader(StompHeaders.transaction);
}
Gets the transaction ID from a frame
static String? getTransactionId(StompFrame frame) {
return frame.getHeader(StompHeaders.transaction);
}