| パッケージ | 説明 |
|---|---|
| org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive | WebFlux の使用に関するアクチュエーター Cloud Foundry の自動構成。 |
| org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet | Spring MVC を使用したアクチュエーター Cloud Foundry に関する自動構成。 |
| 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 のアクチュエーターサポート。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
reactor.core.publisher.Mono<WebEndpointResponse<Health>> | CloudFoundryReactiveHealthEndpointWebExtension.health() |
| 修飾子と型 | メソッドと説明 |
|---|---|
WebEndpointResponse<Health> | CloudFoundryHealthEndpointWebExtension.getHealth() |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected reactor.core.publisher.Mono<Health> | CassandraReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected reactor.core.publisher.Mono<Health> | CouchbaseReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
| 修飾子と型 | メソッドと説明 |
|---|---|
Health | AbstractHealthAggregator.aggregate(MapSE<StringSE, Health> healths) |
Health | HealthAggregator.aggregate(MapSE<StringSE, Health> healths) 指定された複数の Health インスタンスを 1 つに集約します。 |
Health | Health.Builder.build() 以前に指定したコードと詳細を使用して、新しい Health インスタンスを作成します。 |
Health | HealthEndpoint.health() |
Health | AbstractHealthIndicator.health() |
Health | HealthIndicator.health() ヘルス状態の表示を返します。 |
Health | CompositeHealthIndicator.health() |
Health | HealthEndpoint.healthForComponent(StringSE component) 特定のコンポーネントの Health を返します。そのようなコンポーネントが存在しない場合は null を返します。 |
Health | HealthEndpoint.healthForComponentInstance(StringSE component, StringSE instance) 特定のコンポーネントが CompositeHealthIndicator でない場合、またはそのようなインスタンスが存在しない場合、指定された component または null によって管理される特定の instance の Health を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected abstract reactor.core.publisher.Mono<Health> | AbstractReactiveHealthIndicator.doHealthCheck(Health.Builder builder) 実際のヘルスチェックロジック。 |
WebEndpointResponse<Health> | HealthEndpointWebExtension.getHealth(SecurityContext securityContext, ShowDetails showDetails) |
reactor.core.publisher.Mono<Health> | ReactiveHealthIndicator.health() ヘルスの指標を提供します。 |
reactor.core.publisher.Mono<Health> | AbstractReactiveHealthIndicator.health() |
reactor.core.publisher.Mono<Health> | CompositeReactiveHealthIndicator.health() |
reactor.core.publisher.Mono<Health> | HealthIndicatorReactiveAdapter.health() |
WebEndpointResponse<Health> | HealthEndpointWebExtension.health(SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> | ReactiveHealthEndpointWebExtension.health(SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> | ReactiveHealthEndpointWebExtension.health(SecurityContext securityContext, ShowDetails showDetails) |
WebEndpointResponse<Health> | HealthEndpointWebExtension.healthForComponent(SecurityContext securityContext, StringSE component) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> | ReactiveHealthEndpointWebExtension.healthForComponent(SecurityContext securityContext, StringSE component) |
WebEndpointResponse<Health> | HealthEndpointWebExtension.healthForComponentInstance(SecurityContext securityContext, StringSE component, StringSE instance) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> | ReactiveHealthEndpointWebExtension.healthForComponentInstance(SecurityContext securityContext, StringSE component, StringSE instance) |
WebEndpointResponse<Health> | HealthWebEndpointResponseMapper.map(Health health, SecurityContext securityContext) |
WebEndpointResponse<Health> | HealthWebEndpointResponseMapper.map(Health health, SecurityContext securityContext, ShowDetails showDetails) |
WebEndpointResponse<Health> | HealthWebEndpointResponseMapper.mapDetails(SupplierSE<Health> health, SecurityContext securityContext) 指定された health の詳細を WebEndpointResponse にマップし、指定された securityContext を使用してマッパーのデフォルトの ShowDetails を尊重します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
WebEndpointResponse<Health> | HealthWebEndpointResponseMapper.map(Health health, SecurityContext securityContext) |
WebEndpointResponse<Health> | HealthWebEndpointResponseMapper.map(Health health, SecurityContext securityContext, ShowDetails showDetails) |
CompositeReactiveHealthIndicator | CompositeReactiveHealthIndicator.timeoutStrategy(long timeout, Health timeoutHealth) |
| 修飾子と型 | メソッドと説明 |
|---|---|
Health | AbstractHealthAggregator.aggregate(MapSE<StringSE, Health> healths) |
Health | HealthAggregator.aggregate(MapSE<StringSE, Health> healths) 指定された複数の Health インスタンスを 1 つに集約します。 |
protected MapSE<StringSE, ObjectSE> | AbstractHealthAggregator.aggregateDetails(MapSE<StringSE, Health> healths) 指定されたヘルスから使用する必要がある「集約」詳細のマップを返します。 |
WebEndpointResponse<Health> | HealthWebEndpointResponseMapper.mapDetails(SupplierSE<Health> health, SecurityContext securityContext) 指定された health の詳細を WebEndpointResponse にマップし、指定された securityContext を使用してマッパーのデフォルトの ShowDetails を尊重します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected reactor.core.publisher.Mono<Health> | MongoReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected reactor.core.publisher.Mono<Health> | RedisReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.