クラスの使用
org.springframework.boot.health.contributor.Health.Builder
Health.Builder を使用するパッケージ
パッケージ
説明
アプリケーションの可用性の問題に対するアクチュエーターのサポート。
SSL に関するアクチュエーターのサポート。
システム関連の関心事に対するアクチュエーターのサポート。
AMQP と RabbitMQ のヘルス統合。
Cassandra のヘルス統合。
Couchbase のヘルス統合。
Spring Data、Elasticsearch を使用した Elasticsearch ヘルス統合。
Spring Data MongoDB を使用した MongoDB ヘルス統合。
Spring Data、Redis を使用した Redis ヘルス統合。
Elasticsearch のヘルス統合。
Hazelcast のヘルス統合。
アプリケーションに関する正常性情報の提供に関連するクラス。
JDBC のヘルス統合。
JMS のヘルス統合。
LDAP のヘルス統合。
JavaMail のヘルス統合。
Neo4j のヘルス統合。
R2DBC のヘルス統合。
org.springframework.boot.actuate.availability 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.actuate.availability のメソッドorg.springframework.boot.actuate.ssl 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.actuate.ssl のメソッドorg.springframework.boot.actuate.system 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.actuate.system のメソッド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 void
CassandraDriverHealthIndicator.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 void
CouchbaseHealthIndicator.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> ElasticsearchReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) org.springframework.boot.data.mongodb.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.data.mongodb.health のメソッド修飾子と型メソッド説明protected void
MongoHealthIndicator.doHealthCheck
(Health.Builder builder) protected reactor.core.publisher.Mono
<Health> MongoReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) org.springframework.boot.data.redis.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.data.redis.health のメソッド修飾子と型メソッド説明protected void
RedisHealthIndicator.doHealthCheck
(Health.Builder builder) protected reactor.core.publisher.Mono
<Health> RedisReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) org.springframework.boot.elasticsearch.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.elasticsearch.health のメソッド修飾子と型メソッド説明protected void
ElasticsearchRestClientHealthIndicator.doHealthCheck
(Health.Builder builder) org.springframework.boot.hazelcast.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.hazelcast.health のメソッドorg.springframework.boot.health.contributor 内の Health.Builder 使用
修飾子と型メソッド説明Health.Builder.down()
ステータスをStatus.DOWN
に設定します。Health.Builder.down
(ThrowableSE ex) ステータスをStatus.DOWN
に設定し、特定のThrowable
SE の詳細を追加します。static Health.Builder
Health.down()
Status.DOWN
ステータスで新しいHealth.Builder
インスタンスを作成します。static Health.Builder
Health.down
(ThrowableSE ex) Status.DOWN
ステータスと指定された例外詳細で新しいHealth.Builder
インスタンスを作成します。Health.Builder.outOfService()
ステータスをStatus.OUT_OF_SERVICE
に設定します。static Health.Builder
Health.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.Builder
Health.unknown()
Status.UNKNOWN
ステータスで新しいHealth.Builder
インスタンスを作成します。Health.Builder.up()
ステータスをStatus.UP
ステータスに設定します。static Health.Builder
Health.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) 指定されたException
SE の詳細を記録します。型 Health.Builder のパラメーターを持つ org.springframework.boot.health.contributor のメソッド修飾子と型メソッド説明protected abstract void
AbstractHealthIndicator.doHealthCheck
(Health.Builder builder) 実際のヘルスチェックロジック。protected abstract reactor.core.publisher.Mono
<Health> AbstractReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) 実際のヘルスチェックロジック。protected void
PingHealthIndicator.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.neo4j.health 内の Health.Builder 使用
型 Health.Builder のパラメーターを持つ org.springframework.boot.neo4j.health のメソッド修飾子と型メソッド説明protected void
Neo4jHealthIndicator.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)