| パッケージ | 説明 |
|---|---|
| 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.cache | キャッシュのアクチュエーターサポート。 |
| org.springframework.boot.actuate.env | Spring Framework の Environment のアクチュエーターサポート。 |
| org.springframework.boot.actuate.health | アクチュエーターヘルスインジケータとエンドポイント。 |
| org.springframework.boot.actuate.management | JVM 管理用のアクチュエーターサポート。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> | CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> | CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) |
| 修飾子と型 | メソッドと説明 |
|---|---|
WebEndpointResponse<HealthComponent> | CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion) |
WebEndpointResponse<HealthComponent> | CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) |
| 修飾子と型 | メソッドと説明 |
|---|---|
WebEndpointResponse<CachesEndpoint.CacheEntry> | CachesEndpointWebExtension.cache(StringSE cache, StringSE cacheManager) |
WebEndpointResponse<VoidSE> | CachesEndpointWebExtension.clearCache(StringSE cache, StringSE cacheManager) |
| 修飾子と型 | メソッドと説明 |
|---|---|
WebEndpointResponse<EnvironmentEndpoint.EnvironmentEntryDescriptor> | EnvironmentEndpointWebExtension.environmentEntry(StringSE toMatch) |
| 修飾子と型 | メソッドと説明 |
|---|---|
WebEndpointResponse<HealthComponent> | HealthEndpointWebExtension.health(ApiVersion apiVersion, SecurityContext securityContext) |
WebEndpointResponse<HealthComponent> | HealthEndpointWebExtension.health(ApiVersion apiVersion, SecurityContext securityContext, boolean showAll, StringSE... path) |
WebEndpointResponse<HealthComponent> | HealthEndpointWebExtension.health(ApiVersion apiVersion, SecurityContext securityContext, StringSE... path) |
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 を尊重します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> | ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> | ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, SecurityContext securityContext, boolean showAll, StringSE... path) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> | ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, SecurityContext securityContext, StringSE... path) |
| 修飾子と型 | メソッドと説明 |
|---|---|
WebEndpointResponse<org.springframework.core.io.Resource> | HeapDumpWebEndpoint.heapDump(BooleanSE live) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.