Package org.iplass.mtp.command.async
Interface AsyncRequestConstants
public interface AsyncRequestConstants
非同期Command呼び出しの際、AsyncRequestContextで取得可能なattributeの名前の定数。
-
Field Summary
-
Field Details
-
PARAM
AsyncRequestContext.getParam(String)
で取得される値をattributeに格納する際のキー。値はMap形式で格納することを想定。- See Also:
-
TASK_ID
attributeからtaskIdを取得する際のキー- See Also:
-
QUEUE
attributeからqueue名を取得する際のキー- See Also:
-