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 condition concerns.
Actuator support relating to Spring Beans.
Actuator support relating to external configuration properties.
Actuator support for Spring Framework's
Environment.Classes for application info.
Actuator support for logging.
Actuator support for JVM management.
Actuator scheduling support.
Actuator support for
ApplicationStartup.Actuator HTTP exchanges support.
Actuator web request mappings support.
Actuator endpoint for caches.
Auto-configuration for Cloud Foundry WebFlux endpoints.
Auto-configuration for Cloud Foundry Servlet endpoints.
Actuator endpoint for Flyway.
Actuator endpoint for health.
Actuator endpoint for Spring Integration.
Actuator endpoint for Liquibase.
Actuator endpoint for metrics.
Support for exporting actuator metrics to Prometheus.
Actuator endpoint for Quartz Scheduler.
Actuator endpoint for Spring Session.
-
Uses of ReadOperation in org.springframework.boot.actuate.audit
Methods in org.springframework.boot.actuate.audit with annotations of type ReadOperationModifier and TypeMethodDescriptionAuditEventsEndpoint.events(@Nullable String principal, @Nullable OffsetDateTime after, @Nullable String type) -
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.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(@Nullable String pattern) EnvironmentEndpointWebExtension.environment(SecurityContext securityContext, @Nullable String pattern) EnvironmentEndpoint.environmentEntry(String toMatch) EnvironmentEndpointWebExtension.environmentEntry(SecurityContext securityContext, String toMatch) -
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.logging
Methods in org.springframework.boot.actuate.logging with annotations of type ReadOperationModifier and TypeMethodDescription@Nullable ResourceLogFileWebEndpoint.logFile()@Nullable LoggersEndpoint.LoggerLevelsDescriptorLoggersEndpoint.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.scheduling
Methods in org.springframework.boot.actuate.scheduling with annotations of type ReadOperation -
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 -
Uses of ReadOperation in org.springframework.boot.cache.actuate.endpoint
Methods in org.springframework.boot.cache.actuate.endpoint with annotations of type ReadOperationModifier and TypeMethodDescription@Nullable CachesEndpoint.CacheEntryDescriptorReturn aCachesEndpoint.CacheDescriptorfor the specified cache.CachesEndpoint.caches()Return aCachesEndpoint.CachesDescriptorof all availablecaches. -
Uses of ReadOperation in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
Methods in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive with annotations of type ReadOperationModifier 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 ReadOperation in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
Methods in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.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.flyway.actuate.endpoint
Methods in org.springframework.boot.flyway.actuate.endpoint with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.health.actuate.endpoint
Methods in org.springframework.boot.health.actuate.endpoint 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 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, String... path) @Nullable HealthDescriptorHealthEndpoint.healthForPath(String... path) -
Uses of ReadOperation in org.springframework.boot.integration.actuate.endpoint
Methods in org.springframework.boot.integration.actuate.endpoint with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.liquibase.actuate.endpoint
Methods in org.springframework.boot.liquibase.actuate.endpoint with annotations of type ReadOperation -
Uses of ReadOperation in org.springframework.boot.micrometer.metrics.actuate.endpoint
Methods in org.springframework.boot.micrometer.metrics.actuate.endpoint with annotations of type ReadOperationModifier and TypeMethodDescriptionMetricsEndpoint.listNames()@Nullable MetricsEndpoint.MetricDescriptor -
Uses of ReadOperation in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
Methods in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus with annotations of type ReadOperationModifier and TypeMethodDescriptionWebEndpointResponse<byte[]> PrometheusScrapeEndpoint.scrape(PrometheusOutputFormat format, @Nullable Set<String> includedNames) -
Uses of ReadOperation in org.springframework.boot.quartz.actuate.endpoint
Methods in org.springframework.boot.quartz.actuate.endpoint 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.session.actuate.endpoint
Methods in org.springframework.boot.session.actuate.endpoint with annotations of type ReadOperationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SessionsDescriptor.SessionDescriptor> ReactiveSessionsEndpoint.getSession(String sessionId) @Nullable SessionsDescriptor.SessionDescriptorSessionsEndpoint.getSession(String sessionId) reactor.core.publisher.Mono<SessionsDescriptor> ReactiveSessionsEndpoint.sessionsForUsername(String username) @Nullable SessionsDescriptorSessionsEndpoint.sessionsForUsername(String username)