クラスの使用
org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
WebEndpointResponse を使用するパッケージ
パッケージ
説明
外部構成プロパティに関連するアクチュエーターのサポート。
Spring Framework の
Environment のアクチュエーターサポート。JVM 管理用のアクチュエーターサポート。
キャッシュのアクチュエーターエンドポイント。
Cloud Foundry WebFlux エンドポイントの自動構成。
Cloud Foundry サーブレットエンドポイントの自動構成。
ヘルスのアクチュエーターエンドポイント。
アクチュエーターメトリクスの Prometheus へのエクスポートのサポート。
Quartz スケジューラのアクチュエーターエンドポイント。
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.management 内の WebEndpointResponse 使用
org.springframework.boot.cache.actuate.endpoint 内の WebEndpointResponse 使用
修飾子と型メソッド説明CachesEndpointWebExtension.clearCache(StringSE cache, @Nullable StringSE cacheManager) org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive 内の WebEndpointResponse 使用
型 WebEndpointResponse の引数を持つ型を返す org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive のメソッド修飾子と型メソッド説明reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet 内の WebEndpointResponse 使用
WebEndpointResponse を返す org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet のメソッド修飾子と型メソッド説明CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion) CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) org.springframework.boot.health.actuate.endpoint 内の WebEndpointResponse 使用
修飾子と型メソッド説明HealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, StringSE... path) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path) 型 WebEndpointResponse の引数を持つ型を返す org.springframework.boot.health.actuate.endpoint のメソッド修飾子と型メソッド説明reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, StringSE... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path) org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus 内の WebEndpointResponse 使用
WebEndpointResponse を返す org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus のメソッド修飾子と型メソッド説明WebEndpointResponse<byte[]> PrometheusScrapeEndpoint.scrape(PrometheusOutputFormat format, @Nullable SetSE<StringSE> includedNames) org.springframework.boot.quartz.actuate.endpoint 内の WebEndpointResponse 使用
修飾子と型メソッド説明QuartzEndpointWebExtension.quartzJobOrTrigger(SecurityContext securityContext, StringSE jobsOrTriggers, StringSE group, StringSE name) QuartzEndpointWebExtension.quartzJobOrTriggerGroup(StringSE jobsOrTriggers, StringSE group) QuartzEndpointWebExtension.quartzJobOrTriggerGroups(StringSE jobsOrTriggers) QuartzEndpointWebExtension.triggerQuartzJob(StringSE jobs, StringSE group, StringSE name, StringSE state) Quartz ジョブをトリガーします。