spring-framework / org.springframework.messaging.simp.stomp / StompFrameHandler / handleFrame
handleFrame
abstract fun handleFrame(headers: StompHeaders, @Nullable payload: Any): Unit
Handle a STOMP frame with the payload converted to the target type returned from #getPayloadType(StompHeaders).
Parameters
headers - the headers of the frame
payload - the payload, or null if there was no payload