| パッケージ | 説明 |
|---|---|
| org.springframework.messaging.simp | STOMP などのプロトコルを含む Simple Messaging Protocols の一般的なサポート。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static SimpAttributes | SimpAttributesContextHolder.currentAttributes() 現在スレッドにバインドされている SimpAttributes を返すか、バインドされていない場合は IllegalStateExceptionSE を発生させます。 |
static SimpAttributes | SimpAttributes.fromMessage(Message<?> message) 指定されたメッセージから SiMP セッション属性を抽出し、 SimpAttributes インスタンスにラップします。 |
static SimpAttributes | SimpAttributesContextHolder.getAttributes() 現在スレッドにバインドされている SimpAttributes を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static void | SimpAttributesContextHolder.setAttributes(SimpAttributes attributes) 指定された SimpAttributes を現在のスレッドにバインドします。 |