Uses of Annotation Interface
org.springframework.boot.actuate.endpoint.annotation.Selector
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 logging.
Core actuator support for metrics.
Actuator support for Quartz Scheduler.
Actuator support for Spring Session.
-
Uses of Selector in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
CloudFoundryReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, String... path) -
Uses of Selector in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Modifier and TypeMethodDescriptionCloudFoundryHealthEndpointWebExtension.health
(ApiVersion apiVersion, String... path) -
Uses of Selector in org.springframework.boot.actuate.cache
Modifier and TypeMethodDescriptionReturn aCachesEndpoint.CacheDescriptor
for the specified cache.boolean
CachesEndpoint.clearCache
(String cache, String cacheManager) Clear the specificCache
.CachesEndpointWebExtension.clearCache
(String cache, String cacheManager) -
Uses of Selector in org.springframework.boot.actuate.context.properties
Modifier and TypeMethodDescriptionConfigurationPropertiesReportEndpoint.configurationPropertiesWithPrefix
(String prefix) ConfigurationPropertiesReportEndpointWebExtension.configurationPropertiesWithPrefix
(SecurityContext securityContext, String prefix) -
Uses of Selector in org.springframework.boot.actuate.env
Modifier and TypeMethodDescriptionEnvironmentEndpoint.environmentEntry
(String toMatch) EnvironmentEndpointWebExtension.environmentEntry
(SecurityContext securityContext, String toMatch) -
Uses of Selector in org.springframework.boot.actuate.health
Modifier and TypeMethodDescriptionHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
ReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) HealthEndpoint.healthForPath
(String... path) -
Uses of Selector in org.springframework.boot.actuate.logging
Modifier and TypeMethodDescriptionvoid
LoggersEndpoint.configureLogLevel
(String name, LogLevel configuredLevel) LoggersEndpoint.loggerLevels
(String name) -
Uses of Selector in org.springframework.boot.actuate.metrics
Modifier and TypeMethodDescription -
Uses of Selector in org.springframework.boot.actuate.quartz
Modifier and TypeMethodDescriptionQuartzEndpointWebExtension.quartzJobOrTrigger
(SecurityContext securityContext, String jobsOrTriggers, String group, String name) QuartzEndpointWebExtension.quartzJobOrTrigger
(SecurityContext securityContext, String jobsOrTriggers, String group, String name) QuartzEndpointWebExtension.quartzJobOrTrigger
(SecurityContext securityContext, String jobsOrTriggers, String group, String name) QuartzEndpointWebExtension.quartzJobOrTriggerGroup
(String jobsOrTriggers, String group) QuartzEndpointWebExtension.quartzJobOrTriggerGroup
(String jobsOrTriggers, String group) QuartzEndpointWebExtension.quartzJobOrTriggerGroups
(String jobsOrTriggers) -
Uses of Selector in org.springframework.boot.actuate.session
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
ReactiveSessionsEndpoint.deleteSession
(String sessionId) void
SessionsEndpoint.deleteSession
(String sessionId) reactor.core.publisher.Mono<SessionsDescriptor.SessionDescriptor>
ReactiveSessionsEndpoint.getSession
(String sessionId) SessionsEndpoint.getSession
(String sessionId)