Uses of Annotation Interface
org.springframework.boot.actuate.endpoint.annotation.Selector
Packages that use Selector
Package
Description
Actuator support relating to external configuration properties.
Actuator support for Spring Framework's
Environment.Actuator support for logging.
Actuator endpoint for caches.
Auto-configuration for Cloud Foundry WebFlux endpoints.
Auto-configuration for Cloud Foundry Servlet endpoints.
Actuator endpoint for health.
Actuator endpoint for metrics.
Actuator endpoint for Quartz Scheduler.
Actuator endpoint for Spring Session.
-
Uses of Selector in org.springframework.boot.actuate.context.properties
Method parameters in org.springframework.boot.actuate.context.properties with annotations of type SelectorModifier and TypeMethodDescriptionConfigurationPropertiesReportEndpoint.configurationPropertiesWithPrefix(String prefix) ConfigurationPropertiesReportEndpointWebExtension.configurationPropertiesWithPrefix(SecurityContext securityContext, String prefix) -
Uses of Selector in org.springframework.boot.actuate.env
Method parameters in org.springframework.boot.actuate.env with annotations of type SelectorModifier and TypeMethodDescriptionEnvironmentEndpoint.environmentEntry(String toMatch) EnvironmentEndpointWebExtension.environmentEntry(SecurityContext securityContext, String toMatch) -
Uses of Selector in org.springframework.boot.actuate.logging
Method parameters in org.springframework.boot.actuate.logging with annotations of type SelectorModifier and TypeMethodDescriptionvoidLoggersEndpoint.configureLogLevel(String name, @Nullable LogLevel configuredLevel) @Nullable LoggersEndpoint.LoggerLevelsDescriptorLoggersEndpoint.loggerLevels(String name) -
Uses of Selector in org.springframework.boot.cache.actuate.endpoint
Method parameters in org.springframework.boot.cache.actuate.endpoint with annotations of type SelectorModifier and TypeMethodDescription@Nullable CachesEndpoint.CacheEntryDescriptorReturn aCachesEndpoint.CacheDescriptorfor the specified cache.booleanCachesEndpoint.clearCache(String cache, @Nullable String cacheManager) Clear the specificCache.CachesEndpointWebExtension.clearCache(String cache, @Nullable String cacheManager) -
Uses of Selector in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
Method parameters in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive with annotations of type SelectorModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, String... path) -
Uses of Selector in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
Method parameters in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet with annotations of type SelectorModifier and TypeMethodDescriptionCloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion, String... path) -
Uses of Selector in org.springframework.boot.health.actuate.endpoint
Method parameters in org.springframework.boot.health.actuate.endpoint with annotations of type SelectorModifier and TypeMethodDescriptionHealthEndpointWebExtension.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, String... path) @Nullable HealthDescriptorHealthEndpoint.healthForPath(String... path) -
Uses of Selector in org.springframework.boot.micrometer.metrics.actuate.endpoint
Method parameters in org.springframework.boot.micrometer.metrics.actuate.endpoint with annotations of type Selector -
Uses of Selector in org.springframework.boot.quartz.actuate.endpoint
Method parameters in org.springframework.boot.quartz.actuate.endpoint with annotations of type SelectorModifier 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) QuartzEndpointWebExtension.triggerQuartzJob(String jobs, String group, String name, String state) Trigger a Quartz job.QuartzEndpointWebExtension.triggerQuartzJob(String jobs, String group, String name, String state) Trigger a Quartz job.QuartzEndpointWebExtension.triggerQuartzJob(String jobs, String group, String name, String state) Trigger a Quartz job. -
Uses of Selector in org.springframework.boot.session.actuate.endpoint
Method parameters in org.springframework.boot.session.actuate.endpoint with annotations of type SelectorModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void> ReactiveSessionsEndpoint.deleteSession(String sessionId) voidSessionsEndpoint.deleteSession(String sessionId) reactor.core.publisher.Mono<SessionsDescriptor.SessionDescriptor> ReactiveSessionsEndpoint.getSession(String sessionId) @Nullable SessionsDescriptor.SessionDescriptorSessionsEndpoint.getSession(String sessionId)