クラスの使用
org.springframework.boot.health.contributor.Health
Health を使用するパッケージ
パッケージ
説明
Cassandra のヘルス統合。
Couchbase のヘルス統合。
Spring Data、Elasticsearch を使用した Elasticsearch ヘルス統合。
Spring Data、Redis を使用した Redis ヘルス統合。
ヘルスのアクチュエーターエンドポイント。
アプリケーションに関する正常性情報の提供に関連するクラス。
Spring Data MongoDB を使用した MongoDB ヘルス統合。
Neo4j のヘルス統合。
R2DBC のヘルス統合。
org.springframework.boot.cassandra.health 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.cassandra.health のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health> CassandraDriverReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.couchbase.health 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.couchbase.health のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health> CouchbaseReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.data.elasticsearch.health 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.data.elasticsearch.health のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health> DataElasticsearchReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.data.redis.health 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.data.redis.health のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health> DataRedisReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.health.actuate.endpoint 内の Health 使用
org.springframework.boot.health.actuate.endpoint の Health 型の型引数を持つサブクラス修飾子と型クラス説明classアプリケーションのヘルス情報を公開する@Endpoint。classclassHealthEndpointのリアクティブ@EndpointWebExtension。org.springframework.boot.health.contributor 内の Health 使用
修飾子と型メソッド説明Health.Builder.build()以前に指定したコードと詳細を使用して、新しいHealthインスタンスを作成します。final HealthAbstractHealthIndicator.health()@Nullable HealthHealthIndicator.health()ヘルス状態の表示を返します。default @Nullable HealthHealthIndicator.health(boolean includeDetails) ヘルス状態の表示を返します。型 Health の引数を持つ型を返す org.springframework.boot.health.contributor のメソッド修飾子と型メソッド説明protected abstract reactor.core.publisher.Mono<Health> AbstractReactiveHealthIndicator.doHealthCheck(Health.Builder builder) 実際のヘルスチェックロジック。final reactor.core.publisher.Mono<Health> AbstractReactiveHealthIndicator.health()reactor.core.publisher.Mono<Health> ReactiveHealthIndicator.health()ヘルスの指標を提供します。default reactor.core.publisher.Mono<Health> ReactiveHealthIndicator.health(boolean includeDetails) ヘルスの指標を提供します。org.springframework.boot.mongodb.health 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.mongodb.health のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health> MongoReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.neo4j.health 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.neo4j.health のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health> Neo4jReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.r2dbc.health 内の Health 使用
型 Health の引数を持つ型を返す org.springframework.boot.r2dbc.health のメソッド修飾子と型メソッド説明protected final reactor.core.publisher.Mono<Health> ConnectionFactoryHealthIndicator.doHealthCheck(Health.Builder builder)