アノテーションインターフェースの使用
org.springframework.boot.actuate.endpoint.annotation.Endpoint
Endpoint を使用するパッケージ
パッケージ
説明
コアアクチュエーター監査クラス。
アクチュエーターの状態に関する自動構成。
Spring Beans に関連するアクチュエーターのサポート。
キャッシュのアクチュエーターサポート。
Spring コンテキストに関連するアクチュエーターのサポート。
外部構成プロパティに関連するアクチュエーターのサポート。
アクチュエーター JMX エンドポイントのアノテーションサポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
Spring Framework の
Environment
のアクチュエーターサポート。Flyway のアクチュエーターサポート。
アクチュエーターヘルスインジケータとエンドポイント。
アプリケーション情報のクラス。
Spring Integration のアクチュエーターサポート。
Liquibase のアクチュエーターサポート。
ロギングのアクチュエーターサポート。
JVM 管理用のアクチュエーターサポート。
コアアクチュエーターによるメトリクスのサポート。
Quartz スケジューラーのアクチュエーターサポート。
SBOM のアクチュエーターのサポート。
アクチュエーターのスケジューリングのサポート。
Spring Session のアクチュエーターサポート。
ApplicationStartup
のアクチュエーターサポート。 アクチュエーター HTTP 交換のサポート。
アクチュエーター Web リクエストマッピングのサポート。
org.springframework.boot.actuate.audit 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.audit のクラスorg.springframework.boot.actuate.autoconfigure.condition 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.autoconfigure.condition のクラスorg.springframework.boot.actuate.beans 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.beans のクラスorg.springframework.boot.actuate.cache 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.cache のクラスorg.springframework.boot.actuate.context 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.context のクラスorg.springframework.boot.actuate.context.properties 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.context.properties のクラスorg.springframework.boot.actuate.endpoint.jmx.annotation 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.endpoint.jmx.annotation のクラスorg.springframework.boot.actuate.endpoint.web.annotation 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.endpoint.web.annotation のクラス修飾子と型クラス説明@interface
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。@interface
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.3.0 は@Endpoint
と@WebEndpoint
に有利であるため@interface
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.3.0 は@Endpoint
と@WebEndpoint
に有利であるため@interface
HTTP でのみ公開されるエンドポイントとして型を識別します。org.springframework.boot.actuate.env 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.env のクラスorg.springframework.boot.actuate.flyway 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.flyway のクラスorg.springframework.boot.actuate.health 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.health のクラスorg.springframework.boot.actuate.info 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.info のクラスorg.springframework.boot.actuate.integration 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.integration のクラスorg.springframework.boot.actuate.liquibase 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.liquibase のクラスorg.springframework.boot.actuate.logging 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.logging のクラスorg.springframework.boot.actuate.management 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.management のクラスorg.springframework.boot.actuate.metrics 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.metrics のクラスorg.springframework.boot.actuate.quartz 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.quartz のクラスorg.springframework.boot.actuate.sbom 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.sbom のクラスorg.springframework.boot.actuate.scheduling 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.scheduling のクラスorg.springframework.boot.actuate.session 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.session のクラスorg.springframework.boot.actuate.startup 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.startup のクラスorg.springframework.boot.actuate.web.exchanges 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.web.exchanges のクラスorg.springframework.boot.actuate.web.mappings 内の Endpoint 使用
エンドポイント型のアノテーションを持つ org.springframework.boot.actuate.web.mappings のクラス
@Endpoint
と@WebEndpoint
に有利であるため