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

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

Introduction

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

The text is from its open source code.

Method

voidresetAttributes()
Reset the SimpAttributes for the current thread.
voidsetAttributes(@Nullable SimpAttributes attributes)
Bind the given SimpAttributes to the current thread.
voidsetAttributesFromMessage(Message message)
Extract the SiMP session attributes from the given message, wrap them in a SimpAttributes instance and bind it to the current thread.