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