クラスの使用
org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
WebEndpointResponse を使用するパッケージ
パッケージ
説明
WebFlux の使用に関するアクチュエーター Cloud Foundry の自動構成。
Spring MVC を使用したアクチュエーター Cloud Foundry に関する自動構成。
キャッシュのアクチュエーターサポート。
外部構成プロパティに関連するアクチュエーターのサポート。
Spring Framework の
Environment のアクチュエーターサポート。 アクチュエーターヘルスインジケータとエンドポイント。
JVM 管理用のアクチュエーターサポート。
Prometheus へのメトリクスのエクスポートに対するアクチュエーターのサポート。
Quartz スケジューラーのアクチュエーターサポート。
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive 内の WebEndpointResponse 使用
型 WebEndpointResponse の引数を持つ型を返す org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive のメソッド修飾子と型メソッド説明reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet 内の WebEndpointResponse 使用
修飾子と型メソッド説明CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion) CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) org.springframework.boot.actuate.cache 内の WebEndpointResponse 使用
org.springframework.boot.actuate.context.properties 内の WebEndpointResponse 使用
修飾子と型メソッド説明ConfigurationPropertiesReportEndpointWebExtension.configurationPropertiesWithPrefix(SecurityContext securityContext, StringSE prefix) org.springframework.boot.actuate.env 内の WebEndpointResponse 使用
修飾子と型メソッド説明EnvironmentEndpointWebExtension.environmentEntry(SecurityContext securityContext, StringSE toMatch) org.springframework.boot.actuate.health 内の WebEndpointResponse 使用
修飾子と型メソッド説明HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, StringSE... path) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path) 型 WebEndpointResponse の引数を持つ型を返す org.springframework.boot.actuate.health のメソッド修飾子と型メソッド説明reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, StringSE... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path) org.springframework.boot.actuate.management 内の WebEndpointResponse 使用
org.springframework.boot.actuate.metrics.export.prometheus 内の WebEndpointResponse 使用
修飾子と型メソッド説明WebEndpointResponse<byte[]>PrometheusScrapeEndpoint.scrape(PrometheusOutputFormat format, SetSE<StringSE> includedNames) PrometheusSimpleclientScrapeEndpoint.scrape(TextOutputFormat format, SetSE<StringSE> includedNames) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。org.springframework.boot.actuate.quartz 内の WebEndpointResponse 使用
修飾子と型メソッド説明QuartzEndpointWebExtension.quartzJobOrTrigger(SecurityContext securityContext, StringSE jobsOrTriggers, StringSE group, StringSE name) QuartzEndpointWebExtension.quartzJobOrTriggerGroup(StringSE jobsOrTriggers, StringSE group) QuartzEndpointWebExtension.quartzJobOrTriggerGroups(StringSE jobsOrTriggers)