Uses of Class
org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Packages that use WebEndpointResponse
Package
Description
Actuator support relating to external configuration properties.
Actuator support for Spring Framework's
Environment.Actuator support for JVM management.
Actuator endpoint for caches.
Auto-configuration for Cloud Foundry WebFlux endpoints.
Auto-configuration for Cloud Foundry Servlet endpoints.
Actuator endpoint for health.
Support for exporting actuator metrics to Prometheus.
Actuator endpoint for Quartz Scheduler.
-
Uses of WebEndpointResponse in org.springframework.boot.actuate.context.properties
Methods in org.springframework.boot.actuate.context.properties that return WebEndpointResponseModifier and TypeMethodDescriptionConfigurationPropertiesReportEndpointWebExtension.configurationPropertiesWithPrefix(SecurityContext securityContext, String prefix) -
Uses of WebEndpointResponse in org.springframework.boot.actuate.env
Methods in org.springframework.boot.actuate.env that return WebEndpointResponseModifier and TypeMethodDescriptionEnvironmentEndpointWebExtension.environmentEntry(SecurityContext securityContext, String toMatch) -
Uses of WebEndpointResponse in org.springframework.boot.actuate.management
Methods in org.springframework.boot.actuate.management that return WebEndpointResponseModifier and TypeMethodDescription -
Uses of WebEndpointResponse in org.springframework.boot.cache.actuate.endpoint
Methods in org.springframework.boot.cache.actuate.endpoint that return WebEndpointResponseModifier and TypeMethodDescriptionCachesEndpointWebExtension.clearCache(String cache, @Nullable String cacheManager) -
Uses of WebEndpointResponse in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
Methods in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive that return types with arguments of type WebEndpointResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, String... path) -
Uses of WebEndpointResponse in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
Methods in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet that return WebEndpointResponseModifier and TypeMethodDescriptionCloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion) CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion, String... path) -
Uses of WebEndpointResponse in org.springframework.boot.health.actuate.endpoint
Methods in org.springframework.boot.health.actuate.endpoint that return WebEndpointResponseModifier and TypeMethodDescriptionHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) Methods in org.springframework.boot.health.actuate.endpoint that return types with arguments of type WebEndpointResponseModifier and TypeMethodDescriptionreactor.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, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) -
Uses of WebEndpointResponse in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
Methods in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus that return WebEndpointResponseModifier and TypeMethodDescriptionWebEndpointResponse<byte[]> PrometheusScrapeEndpoint.scrape(PrometheusOutputFormat format, @Nullable Set<String> includedNames) -
Uses of WebEndpointResponse in org.springframework.boot.quartz.actuate.endpoint
Methods in org.springframework.boot.quartz.actuate.endpoint that return WebEndpointResponseModifier and TypeMethodDescriptionQuartzEndpointWebExtension.quartzJobOrTrigger(SecurityContext securityContext, String jobsOrTriggers, String group, String name) QuartzEndpointWebExtension.quartzJobOrTriggerGroup(String jobsOrTriggers, String group) QuartzEndpointWebExtension.quartzJobOrTriggerGroups(String jobsOrTriggers) QuartzEndpointWebExtension.triggerQuartzJob(String jobs, String group, String name, String state) Trigger a Quartz job.