クラスの使用
org.springframework.boot.actuate.health.Health
Health を使用するパッケージ
パッケージ
説明
Cassandra のアクチュエーターサポート。
Couchbase のアクチュエーターサポート。
Spring Data に依存する Elasticsearch のアクチュエーターサポート。
Spring Data に依存する Mongo のアクチュエーターサポート。
Spring Data に依存する Redis のアクチュエーターサポート。
アクチュエーターヘルスインジケータとエンドポイント。
Neo4j のアクチュエーターサポート。
R2DBC のアクチュエーターサポート。
org.springframework.boot.actuate.cassandra 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.actuate.cassandra のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health>CassandraDriverReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.actuate.couchbase 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.actuate.couchbase のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health>CouchbaseReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.actuate.data.elasticsearch 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.actuate.data.elasticsearch のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health>ElasticsearchReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.actuate.data.mongo 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.actuate.data.mongo のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health>MongoReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.actuate.data.redis 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.actuate.data.redis のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health>RedisReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.actuate.health 内の Health 使用
修飾子と型メソッド説明Health.Builder.build()以前に指定したコードと詳細を使用して、新しいHealthインスタンスを作成します。default HealthHealthIndicator.getHealth(boolean includeDetails) ヘルス状態の表示を返します。final HealthAbstractHealthIndicator.health()HealthIndicator.health()ヘルス状態の表示を返します。型 Health の引数を持つ型を返す org.springframework.boot.actuate.health のメソッド修飾子と型メソッド説明protected abstract reactor.core.publisher.Mono<Health>AbstractReactiveHealthIndicator.doHealthCheck(Health.Builder builder) 実際のヘルスチェックロジック。default reactor.core.publisher.Mono<Health>ReactiveHealthIndicator.getHealth(boolean includeDetails) ヘルスの指標を提供します。final reactor.core.publisher.Mono<Health>AbstractReactiveHealthIndicator.health()reactor.core.publisher.Mono<Health>ReactiveHealthIndicator.health()ヘルスの指標を提供します。org.springframework.boot.actuate.neo4j 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.actuate.neo4j のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health>Neo4jReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.actuate.r2dbc 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.actuate.r2dbc のメソッド修飾子と型メソッド説明protected final reactor.core.publisher.Mono<Health>ConnectionFactoryHealthIndicator.doHealthCheck(Health.Builder builder)