Java org.springframework.messaging.simp.stomp StompFrameHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.simp.stomp StompFrameHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.simp.stomp StompFrameHandler.

The text is from its open source code.

Constructor

Method

ClassgetClass()
Returns the runtime class of this Object .
TypegetPayloadType(StompHeaders headers)
Invoked before #handleFrame(StompHeaders,Object) to determine the type of Object the payload should be converted to.
voidhandleFrame(StompHeaders headers, @Nullable Object payload)
Handle a STOMP frame with the payload converted to the target type returned from #getPayloadType(StompHeaders) .