インターフェースの使用
org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository
HttpExchangeRepository を使用するパッケージ
パッケージ
説明
アクチュエーター HTTP 交換のサポート。
アクチュエーター HTTP はサーブレットサーバーのサポートを交換します。
Actuator HTTP 交換は、リアクティブサーバーをサポートします。
org.springframework.boot.actuate.web.exchanges 内の HttpExchangeRepository 使用
型 HttpExchangeRepository のパラメーターを持つ org.springframework.boot.actuate.web.exchanges のコンストラクター修飾子コンストラクター説明HttpExchangesEndpoint(HttpExchangeRepository repository) 新しいHttpExchangesEndpointインスタンスを作成します。org.springframework.boot.servlet.actuate.web.exchanges 内の HttpExchangeRepository 使用
型 HttpExchangeRepository のパラメーターを持つ org.springframework.boot.servlet.actuate.web.exchanges のコンストラクター修飾子コンストラクター説明HttpExchangesFilter(HttpExchangeRepository repository, SetSE<Include> includes) 新しいHttpExchangesFilterインスタンスを作成します。org.springframework.boot.webflux.actuate.web.exchanges 内の HttpExchangeRepository 使用
型 HttpExchangeRepository のパラメーターを持つ org.springframework.boot.webflux.actuate.web.exchanges のコンストラクター修飾子コンストラクター説明HttpExchangesWebFilter(HttpExchangeRepository repository, SetSE<Include> includes) 新しいHttpExchangesWebFilterインスタンスを作成します。