| パッケージ | 説明 |
|---|---|
| org.springframework.boot.actuate.autoconfigure.cassandra | アクチュエーター Cassandra の問題の自動構成。 |
| org.springframework.boot.actuate.autoconfigure.couchbase | アクチュエーター Couchbase の問題の自動構成。 |
| org.springframework.boot.actuate.autoconfigure.health | アクチュエーターの健全性に関する自動構成。 |
| org.springframework.boot.actuate.autoconfigure.mongo | アクチュエーター MongoDB の関心事の自動構成。 |
| org.springframework.boot.actuate.autoconfigure.redis | アクチュエーター Redis の問題の自動構成。 |
| org.springframework.boot.actuate.cassandra | Cassandra のアクチュエーターサポート。 |
| org.springframework.boot.actuate.couchbase | Couchbase のアクチュエーターサポート。 |
| org.springframework.boot.actuate.health | アクチュエーターヘルスインジケータとエンドポイント。 |
| org.springframework.boot.actuate.mongo | Mongo のアクチュエーターサポート。 |
| org.springframework.boot.actuate.redis | Redis のアクチュエーターサポート。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReactiveHealthContributor | CassandraReactiveHealthContributorAutoConfiguration.cassandraHealthContributor(MapSE<StringSE,org.springframework.data.cassandra.core.ReactiveCassandraOperations> reactiveCassandraOperations) |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReactiveHealthContributor | CouchbaseReactiveHealthContributorAutoConfiguration.couchbaseHealthContributor(MapSE<StringSE,com.couchbase.client.java.Cluster> clusters) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected ReactiveHealthContributor | CompositeReactiveHealthContributorConfiguration.createComposite(MapSE<StringSE, B> beans) |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReactiveHealthContributor | MongoReactiveHealthContributorAutoConfiguration.mongoHealthContributor(MapSE<StringSE,org.springframework.data.mongodb.core.ReactiveMongoTemplate> reactiveMongoTemplates) |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReactiveHealthContributor | RedisReactiveHealthContributorAutoConfiguration.redisHealthContributor() |
| 修飾子と型 | クラスと説明 |
|---|---|
class | CassandraReactiveHealthIndicatorCassandra の ReactiveHealthIndicator。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | CouchbaseReactiveHealthIndicatorCouchbase の ReactiveHealthIndicator。 |
| 修飾子と型 | インターフェースと説明 |
|---|---|
interface | CompositeReactiveHealthContributor 他の ReactiveHealthContributor インスタンスで構成される ReactiveHealthContributor。 |
interface | ReactiveHealthIndicatorHealthEndpoint のリアクティブバリアントから返される結果に Health を提供するために使用される戦略インターフェース。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | AbstractReactiveHealthIndicatorHealth インスタンスの作成とエラー処理をカプセル化するベース ReactiveHealthIndicator 実装。 |
class | CompositeReactiveHealthIndicator 使用すべきではありません。 2.2.0 以降、 CompositeReactiveHealthContributor を推奨 |
class | HealthIndicatorReactiveAdapter 使用すべきではありません。 2.2.0 以降、 adapt(HealthContributor) を推奨 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static ReactiveHealthContributor | ReactiveHealthContributor.adapt(HealthContributor healthContributor) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected reactor.core.publisher.Mono<? extends HealthComponent> | ReactiveHealthEndpointWebExtension.getHealth(ReactiveHealthContributor contributor, boolean includeDetails) |
| 修飾子と型 | メソッドと説明 |
|---|---|
static CompositeReactiveHealthContributor | CompositeReactiveHealthContributor.fromMap(MapSE<StringSE,? extends ReactiveHealthContributor> map) 指定されたマップから CompositeReactiveHealthContributor を作成するファクトリメソッド。 |
static <V> CompositeReactiveHealthContributor | CompositeReactiveHealthContributor.fromMap(MapSE<StringSE,V> map, FunctionSE<V,? extends ReactiveHealthContributor> valueAdapter) 指定されたマップから CompositeReactiveHealthContributor を作成するファクトリメソッド。 |
| コンストラクターと説明 |
|---|
DefaultReactiveHealthContributorRegistry(MapSE<StringSE, ReactiveHealthContributor> contributors) |
DefaultReactiveHealthContributorRegistry(MapSE<StringSE, ReactiveHealthContributor> contributors, FunctionSE<StringSE, StringSE> nameFactory) |
| 修飾子と型 | クラスと説明 |
|---|---|
class | MongoReactiveHealthIndicatorMongo の ReactiveHealthIndicator。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | RedisReactiveHealthIndicatorRedis の ReactiveHealthIndicator。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.