public class InternalRequestIdAttribute extends RequestIdAttribute
Constructor and Description |
---|
InternalRequestIdAttribute() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
|
getValue
public java.lang.String getKey()
ThreadContext.REQUEST_ID_KEY
を使用する。
getKey
in interface ThreadContextAttribute<Request<?>>
getKey
in class RequestIdAttribute