インタフェース AsyncRequestConstants
public interface AsyncRequestConstants
非同期Command呼び出しの際、AsyncRequestContextで取得可能なattributeの名前の定数。
-
フィールドの概要
-
フィールド詳細
-
PARAM
AsyncRequestContext.getParam(String)
で取得される値をattributeに格納する際のキー。値はMap形式で格納することを想定。- 関連項目:
-
TASK_ID
attributeからtaskIdを取得する際のキー- 関連項目:
-
QUEUE
attributeからqueue名を取得する際のキー- 関連項目:
-