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

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

Introduction

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

The text is from its open source code.

Constructor

SimpAttributes(String sessionId, Map attributes)
Constructor wrapping the given session attributes map.

Method

SimpAttributesfromMessage(Message message)
Extract the SiMP session attributes from the given message and wrap them in a SimpAttributes instance.
voidsessionCompleted()
Invoked when the session is completed.