Uses of Class
org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Packages that use WebEndpointResponse
Package
Description
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
Actuator support for caches.
Actuator support relating to external configuration properties.
Actuator support for Spring Framework's
Environment
.Actuator health indicator and endpoints.
Actuator support for JVM management.
Actuator support for exporting metrics to Prometheus.
Actuator support for Quartz Scheduler.
-
Uses of WebEndpointResponse in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Methods in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive that return types with arguments of type WebEndpointResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
CloudFoundryReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
CloudFoundryReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, String... path) -
Uses of WebEndpointResponse in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Methods in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet that return WebEndpointResponseModifier and TypeMethodDescriptionCloudFoundryHealthEndpointWebExtension.health
(ApiVersion apiVersion) CloudFoundryHealthEndpointWebExtension.health
(ApiVersion apiVersion, String... path) -
Uses of WebEndpointResponse in org.springframework.boot.actuate.cache
Methods in org.springframework.boot.actuate.cache that return WebEndpointResponseModifier and TypeMethodDescriptionCachesEndpointWebExtension.clearCache
(String cache, String cacheManager) -
Uses of WebEndpointResponse in org.springframework.boot.actuate.context.properties
Methods in org.springframework.boot.actuate.context.properties that return WebEndpointResponseModifier and TypeMethodDescriptionConfigurationPropertiesReportEndpointWebExtension.configurationPropertiesWithPrefix
(String prefix) -
Uses of WebEndpointResponse in org.springframework.boot.actuate.env
Methods in org.springframework.boot.actuate.env that return WebEndpointResponseModifier and TypeMethodDescriptionEnvironmentEndpointWebExtension.environmentEntry
(String toMatch) -
Uses of WebEndpointResponse in org.springframework.boot.actuate.health
Methods in org.springframework.boot.actuate.health that return WebEndpointResponseModifier and TypeMethodDescriptionHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) Methods in org.springframework.boot.actuate.health that return types with arguments of type WebEndpointResponseModifier and TypeMethodDescriptionreactor.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, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
ReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) -
Uses of WebEndpointResponse in org.springframework.boot.actuate.management
Methods in org.springframework.boot.actuate.management that return WebEndpointResponseModifier and TypeMethodDescriptionThreadDumpEndpointWebExtension.textThreadDump()
ThreadDumpEndpointWebExtension.threadDump()
-
Uses of WebEndpointResponse in org.springframework.boot.actuate.metrics.export.prometheus
Methods in org.springframework.boot.actuate.metrics.export.prometheus that return WebEndpointResponseModifier and TypeMethodDescriptionPrometheusScrapeEndpoint.scrape
(TextOutputFormat format, Set<String> includedNames) -
Uses of WebEndpointResponse in org.springframework.boot.actuate.quartz
Methods in org.springframework.boot.actuate.quartz that return WebEndpointResponseModifier and TypeMethodDescriptionQuartzEndpointWebExtension.quartzJobOrTrigger
(String jobsOrTriggers, String group, String name) QuartzEndpointWebExtension.quartzJobOrTriggerGroup
(String jobsOrTriggers, String group) QuartzEndpointWebExtension.quartzJobOrTriggerGroups
(String jobsOrTriggers)