Uses of Class
org.springframework.messaging.simp.SimpAttributes
Packages that use SimpAttributes Package Description org.springframework.messaging.simp Generic support for Simple Messaging Protocols including protocols such as STOMP.Uses of SimpAttributes in org.springframework.messaging.simp
Methods in org.springframework.messaging.simp that return SimpAttributes Modifier and Type Method Description static SimpAttributesSimpAttributesContextHolder. currentAttributes()Return the SimpAttributes currently bound to the thread or raise anIllegalStateExceptionif none are bound.static SimpAttributesSimpAttributes. fromMessage(Message<?> message)Extract the SiMP session attributes from the given message and wrap them in aSimpAttributesinstance.static SimpAttributesSimpAttributesContextHolder. getAttributes()Return the SimpAttributes currently bound to the thread.Methods in org.springframework.messaging.simp with parameters of type SimpAttributes Modifier and Type Method Description static voidSimpAttributesContextHolder. setAttributes(SimpAttributes attributes)Bind the given SimpAttributes to the current thread.