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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetMessageConverter(MessageConverter messageConverter)
Set the MessageConverter to use to convert the payload of incoming and outgoing messages to and from byte[] based on object type, or expected object type, and the "content-type" header.
voidsetReceiptTimeLimit(long receiptTimeLimit)
Configure the time in milliseconds before a receipt expires.
voidsetTaskScheduler(@Nullable TaskScheduler taskScheduler)
Configure the TaskScheduler to use for receipt tracking.