Uses of Annotation Interface
org.springframework.boot.actuate.endpoint.annotation.ReadOperation
Packages that use ReadOperation
Package
Description
Core actuator auditing classes.
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
Auto-configuration for actuator condition concerns.
Actuator support relating to Spring Beans.
Actuator support for caches.
Actuator support relating to external configuration properties.
Actuator support for Spring Framework's
Environment
.Actuator support for Flyway.
Actuator health indicator and endpoints.
Classes for application info.
Actuator support for Spring Integration.
Actuator support for Liquibase.
Actuator support for logging.
Actuator support for JVM management.
Core actuator support for metrics.
Actuator support for exporting metrics to Prometheus.
Actuator support for Quartz Scheduler.
Actuator scheduling support.
Actuator support for Spring Session.
Actuator support for
ApplicationStartup
.Actuator HTTP exchanges support.
Actuator web request mappings support.
-
Uses of ReadOperation in org.springframework.boot.actuate.audit
Methods in org.springframework.boot.actuate.audit with annotations of type ReadOperationModifier and TypeMethodDescriptionAuditEventsEndpoint.events
(String principal, OffsetDateTime after, String type) -
Uses of ReadOperation in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Methods in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive with annotations of type ReadOperationModifier 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 ReadOperation in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Methods in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet with annotations of type ReadOperationModifier and TypeMethodDescriptionCloudFoundryHealthEndpointWebExtension.health
(ApiVersion apiVersion) CloudFoundryHealthEndpointWebExtension.health
(ApiVersion apiVersion, String... path) CloudFoundryInfoEndpointWebExtension.info()
-
Uses of ReadOperation in org.springframework.boot.actuate.autoconfigure.condition
Methods in org.springframework.boot.actuate.autoconfigure.condition with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.actuate.beans
Methods in org.springframework.boot.actuate.beans with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.actuate.cache
Methods in org.springframework.boot.actuate.cache with annotations of type ReadOperationModifier and TypeMethodDescriptionReturn aCachesEndpoint.CacheDescriptor
for the specified cache.CachesEndpoint.caches()
Return aCachesEndpoint.CachesDescriptor
of all availablecaches
. -
Uses of ReadOperation in org.springframework.boot.actuate.context.properties
Methods in org.springframework.boot.actuate.context.properties with annotations of type ReadOperationModifier and TypeMethodDescriptionConfigurationPropertiesReportEndpoint.configurationProperties()
ConfigurationPropertiesReportEndpointWebExtension.configurationProperties
(SecurityContext securityContext) ConfigurationPropertiesReportEndpoint.configurationPropertiesWithPrefix
(String prefix) ConfigurationPropertiesReportEndpointWebExtension.configurationPropertiesWithPrefix
(SecurityContext securityContext, String prefix) -
Uses of ReadOperation in org.springframework.boot.actuate.env
Methods in org.springframework.boot.actuate.env with annotations of type ReadOperationModifier and TypeMethodDescriptionEnvironmentEndpoint.environment
(String pattern) EnvironmentEndpointWebExtension.environment
(SecurityContext securityContext, String pattern) EnvironmentEndpoint.environmentEntry
(String toMatch) EnvironmentEndpointWebExtension.environmentEntry
(SecurityContext securityContext, String toMatch) -
Uses of ReadOperation in org.springframework.boot.actuate.flyway
Methods in org.springframework.boot.actuate.flyway with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.actuate.health
Methods in org.springframework.boot.actuate.health with annotations of type ReadOperationModifier and TypeMethodDescriptionHealthEndpoint.health()
HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) 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, String... path) HealthEndpoint.healthForPath
(String... path) -
Uses of ReadOperation in org.springframework.boot.actuate.info
Methods in org.springframework.boot.actuate.info with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.actuate.integration
Methods in org.springframework.boot.actuate.integration with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.actuate.liquibase
Methods in org.springframework.boot.actuate.liquibase with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.actuate.logging
Methods in org.springframework.boot.actuate.logging with annotations of type ReadOperationModifier and TypeMethodDescriptionLogFileWebEndpoint.logFile()
LoggersEndpoint.loggerLevels
(String name) LoggersEndpoint.loggers()
-
Uses of ReadOperation in org.springframework.boot.actuate.management
Methods in org.springframework.boot.actuate.management with annotations of type ReadOperationModifier and TypeMethodDescriptionThreadDumpEndpoint.textThreadDump()
ThreadDumpEndpoint.threadDump()
-
Uses of ReadOperation in org.springframework.boot.actuate.metrics
Methods in org.springframework.boot.actuate.metrics with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.actuate.metrics.export.prometheus
Methods in org.springframework.boot.actuate.metrics.export.prometheus with annotations of type ReadOperationModifier and TypeMethodDescriptionPrometheusScrapeEndpoint.scrape
(TextOutputFormat format, Set<String> includedNames) -
Uses of ReadOperation in org.springframework.boot.actuate.quartz
Methods in org.springframework.boot.actuate.quartz with annotations of type ReadOperationModifier and TypeMethodDescriptionQuartzEndpointWebExtension.quartzJobOrTrigger
(SecurityContext securityContext, String jobsOrTriggers, String group, String name) QuartzEndpointWebExtension.quartzJobOrTriggerGroup
(String jobsOrTriggers, String group) QuartzEndpointWebExtension.quartzJobOrTriggerGroups
(String jobsOrTriggers) QuartzEndpoint.quartzReport()
Return the available job and trigger group names. -
Uses of ReadOperation in org.springframework.boot.actuate.scheduling
Methods in org.springframework.boot.actuate.scheduling with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.actuate.session
Methods in org.springframework.boot.actuate.session with annotations of type ReadOperationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SessionsDescriptor.SessionDescriptor>
ReactiveSessionsEndpoint.getSession
(String sessionId) SessionsEndpoint.getSession
(String sessionId) reactor.core.publisher.Mono<SessionsDescriptor>
ReactiveSessionsEndpoint.sessionsForUsername
(String username) SessionsEndpoint.sessionsForUsername
(String username) -
Uses of ReadOperation in org.springframework.boot.actuate.startup
Methods in org.springframework.boot.actuate.startup with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.actuate.web.exchanges
Methods in org.springframework.boot.actuate.web.exchanges with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.actuate.web.mappings
Methods in org.springframework.boot.actuate.web.mappings with annotations of type ReadOperation