onFrameDecoded

open suspend fun onFrameDecoded(originalFrame: WebSocketFrame, decodedFrame: StompFrame)

Called right after successfully decoding a websocket frame into a STOMP frame. This callback is called even for STOMP ERROR frames (before failure).