クラス ServerWebExchangeThreadLocalAccessor
java.lang.ObjectSE
org.springframework.security.web.server.ServerWebExchangeThreadLocalAccessor
- 実装済みのインターフェース一覧:
io.micrometer.context.ThreadLocalAccessor<org.springframework.web.server.ServerWebExchange>
public final class ServerWebExchangeThreadLocalAccessor
extends ObjectSE
implements io.micrometer.context.ThreadLocalAccessor<org.springframework.web.server.ServerWebExchange>
ServerWebExchange にアクセスするための ThreadLocalAccessor。This class adapts the existing Reactor Context attribute ServerWebExchange.class to the ThreadLocalAccessor contract to allow Micrometer Context Propagation to automatically propagate a ServerWebExchange in Reactive applications. It is automatically registered with the ContextRegistry through the ServiceLoaderSE mechanism when context-propagation is on the classpath.
- 導入:
- 6.5
- 関連事項:
ContextRegistry
コンストラクターの詳細
ServerWebExchangeThreadLocalAccessor
public ServerWebExchangeThreadLocalAccessor()
方法の詳細
key
- 次で指定:
- インターフェース
io.micrometer.context.ThreadLocalAccessor<org.springframework.web.server.ServerWebExchange>内のkey
getValue
public org.springframework.web.server.ServerWebExchange getValue()- 次で指定:
- インターフェース
io.micrometer.context.ThreadLocalAccessor<org.springframework.web.server.ServerWebExchange>内のgetValue
setValue
public void setValue(org.springframework.web.server.ServerWebExchange exchange) - 次で指定:
- インターフェース
io.micrometer.context.ThreadLocalAccessor<org.springframework.web.server.ServerWebExchange>内のsetValue
setValue
public void setValue()- 次で指定:
- インターフェース
io.micrometer.context.ThreadLocalAccessor<org.springframework.web.server.ServerWebExchange>内のsetValue