interface StompFrameHandler
Contract to handle a STOMP frame.
Author
Rossen Stoyanchev
Since
4.2
abstract fun getPayloadType(headers: StompHeaders): Type
Invoked before |
|
abstract fun handleFrame(headers: StompHeaders, payload: Any): Unit
Handle a STOMP frame with the payload converted to the target type returned from |