インターフェースの使用
org.springframework.boot.actuate.endpoint.Producible
Producible を使用するパッケージ
パッケージ
説明
エンドポイントのサポート。
アクチュエーターエンドポイントの Web サポート。
Prometheus へのメトリクスのエクスポートに対するアクチュエーターのサポート。
org.springframework.boot.actuate.endpoint 内の Producible 使用
型 Producible の型パラメーターを持つ org.springframework.boot.actuate.endpoint のクラス修飾子と型インターフェース説明interface
Producible<E extends EnumSE<E> & Producible<E>>
生産可能な MIME 型の有限セットを表す任意のEnum
SE によって実装できるインターフェース。Producible を実装している org.springframework.boot.actuate.endpoint のクラスorg.springframework.boot.actuate.endpoint.web 内の Producible 使用
型 Producible のパラメーターを持つ org.springframework.boot.actuate.endpoint.web のコンストラクター修飾子コンストラクター説明WebEndpointResponse
(T body, Producible<?> producible) 指定された本文とコンテンツ型、および 200 (OK) ステータスで新しいWebEndpointResponse
を作成します。org.springframework.boot.actuate.metrics.export.prometheus 内の Producible 使用