クラスの使用
org.springframework.boot.health.contributor.Health.Builder
Health.Builder を使用するパッケージ
パッケージ
説明
AMQP と RabbitMQ のヘルス統合。
Cassandra のヘルス統合。
Couchbase のヘルス統合。
Spring Data、Elasticsearch を使用した Elasticsearch ヘルス統合。
Spring Data、Redis を使用した Redis ヘルス統合。
Elasticsearch のヘルス統合。
Hazelcast のヘルス統合。
アプリケーションに関する情報を提供するヘルスインジケーター。
アプリケーションに関する正常性情報の提供に関連するクラス。
JDBC のヘルス統合。
JMS のヘルス統合。
LDAP のヘルス統合。
JavaMail のヘルス統合。
Spring Data MongoDB を使用した MongoDB ヘルス統合。
Neo4j のヘルス統合。
R2DBC のヘルス統合。
org.springframework.boot.amqp.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.amqp.health のメソッドorg.springframework.boot.cassandra.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.cassandra.health のメソッド修飾子と型メソッド説明protected voidCassandraDriverHealthIndicator.doHealthCheck(Health.Builder builder) protected reactor.core.publisher.Mono<Health> CassandraDriverReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.couchbase.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.couchbase.health のメソッド修飾子と型メソッド説明protected voidCouchbaseHealthIndicator.doHealthCheck(Health.Builder builder) protected reactor.core.publisher.Mono<Health> CouchbaseReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.data.elasticsearch.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.data.elasticsearch.health のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health> DataElasticsearchReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.data.redis.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.data.redis.health のメソッド修飾子と型メソッド説明protected voidDataRedisHealthIndicator.doHealthCheck(Health.Builder builder) protected reactor.core.publisher.Mono<Health> DataRedisReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.elasticsearch.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.elasticsearch.health のメソッド修飾子と型メソッド説明protected voidElasticsearchRestClientHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.hazelcast.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.hazelcast.health のメソッドorg.springframework.boot.health.application 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.health.application のメソッド修飾子と型メソッド説明protected voidAvailabilityStateHealthIndicator.doHealthCheck(Health.Builder builder) protected voidDiskSpaceHealthIndicator.doHealthCheck(Health.Builder builder) protected voidSslHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.health.contributor 内の Health.Builder 使用
修飾子と型メソッド説明Health.Builder.down()ステータスをStatus.DOWNに設定します。Health.Builder.down(ThrowableSE ex) ステータスをStatus.DOWNに設定し、特定のThrowableSE の詳細を追加します。static Health.BuilderHealth.down()Status.DOWNステータスで新しいHealth.Builderインスタンスを作成します。static Health.BuilderHealth.down(ThrowableSE ex) Status.DOWNステータスと指定された例外詳細で新しいHealth.Builderインスタンスを作成します。Health.Builder.outOfService()ステータスをStatus.OUT_OF_SERVICEに設定します。static Health.BuilderHealth.outOfService()Status.OUT_OF_SERVICEステータスで新しいHealth.Builderインスタンスを作成します。ステータスを指定のstatusCodeに設定します。ステータスを指定のStatusインスタンスに設定します。static Health.Builder特定のステータスコードで新しいHealth.Builderインスタンスを作成します。static Health.Builder特定のStatusで新しいHealth.Builderインスタンスを作成します。Health.Builder.unknown()ステータスをStatus.UNKNOWNステータスに設定します。static Health.BuilderHealth.unknown()Status.UNKNOWNステータスで新しいHealth.Builderインスタンスを作成します。Health.Builder.up()ステータスをStatus.UPステータスに設定します。static Health.BuilderHealth.up()Status.UPステータスで新しいHealth.Builderインスタンスを作成します。Health.Builder.withDetail(StringSE key, ObjectSE value) 指定されたkeyおよびvalueを使用して詳細を記録します。Health.Builder.withDetails(MapSE<StringSE, ?> details) 指定されたdetailsマップから詳細を記録します。Health.Builder.withException(ThrowableSE exception) 指定されたExceptionSE の詳細を記録します。型 Health.Builder のパラメーターを持つ org.springframework.boot.health.contributor のメソッド修飾子と型メソッド説明protected abstract voidAbstractHealthIndicator.doHealthCheck(Health.Builder builder) 実際のヘルスチェックロジック。protected abstract reactor.core.publisher.Mono<Health> AbstractReactiveHealthIndicator.doHealthCheck(Health.Builder builder) 実際のヘルスチェックロジック。protected voidPingHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.jdbc.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.jdbc.health のメソッドorg.springframework.boot.jms.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.jms.health のメソッドorg.springframework.boot.ldap.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.ldap.health のメソッドorg.springframework.boot.mail.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.mail.health のメソッドorg.springframework.boot.mongodb.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.mongodb.health のメソッド修飾子と型メソッド説明protected voidMongoHealthIndicator.doHealthCheck(Health.Builder builder) protected reactor.core.publisher.Mono<Health> MongoReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.neo4j.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.neo4j.health のメソッド修飾子と型メソッド説明protected voidNeo4jHealthIndicator.doHealthCheck(Health.Builder builder) protected reactor.core.publisher.Mono<Health> Neo4jReactiveHealthIndicator.doHealthCheck(Health.Builder builder) org.springframework.boot.r2dbc.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.r2dbc.health のメソッド修飾子と型メソッド説明protected final reactor.core.publisher.Mono<Health> ConnectionFactoryHealthIndicator.doHealthCheck(Health.Builder builder)