クラスの使用
org.springframework.messaging.simp.SimpAttributes
SimpAttributes を使用するパッケージ
org.springframework.messaging.simp 内の SimpAttributes 使用
修飾子と型メソッド説明static SimpAttributesSimpAttributesContextHolder.currentAttributes()現在スレッドにバインドされている SimpAttributes を返すか、バインドされていない場合はIllegalStateExceptionSE を発生させます。static SimpAttributesSimpAttributes.fromMessage(Message<?> message) 指定されたメッセージから SiMP セッション属性を抽出し、SimpAttributesインスタンスにラップします。static @Nullable SimpAttributesSimpAttributesContextHolder.getAttributes()現在スレッドにバインドされている SimpAttributes を返します。型 SimpAttributes のパラメーターを持つ org.springframework.messaging.simp のメソッド修飾子と型メソッド説明static voidSimpAttributesContextHolder.setAttributes(@Nullable SimpAttributes attributes) 指定された SimpAttributes を現在のスレッドにバインドします。