A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

AbstractAuditListener - Class in org.springframework.boot.actuate.audit.listener
Abstract ApplicationListener to handle AuditApplicationEvents.
AbstractAuditListener() - Constructor for class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authentication events as AuditEvents.
AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authorization events as AuditEvents.
AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
AbstractDiscoveredEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
Abstract base class for endpoints discovered by a EndpointDiscoverer.
AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
Create a new AbstractDiscoveredEndpoint instance.
AbstractDiscoveredOperation - Class in org.springframework.boot.actuate.endpoint.annotation
Abstract base class for endpoints operations discovered by a EndpointDiscoverer.
AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
Create a new AbstractDiscoveredOperation instance.
AbstractExposableEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint
Abstract base class for ExposableEndpoint implementations.
AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
Create a new AbstractExposableEndpoint instance.
AbstractHealthAggregator - Class in org.springframework.boot.actuate.health
Base HealthAggregator implementation to allow subclasses to focus on aggregating the Status instances and not deal with contextual details etc.
AbstractHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthAggregator
 
AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
Base HealthIndicator implementations that encapsulates creation of Health instance and error handling.
AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a default healthCheckFailedMessage.
AbstractHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a specific message to log when the health check fails.
AbstractHealthIndicator(Function<Exception, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a specific message to log when the health check fails.
AbstractReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
Base ReactiveHealthIndicator implementations that encapsulates creation of Health instance and error handling.
AbstractReactiveHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
 
AbstractWebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Creates a new AbstractWebFluxEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - Class in org.springframework.boot.actuate.endpoint.web.reactive
An OperationInvoker that performs the invocation of a blocking operation on a separate thread using Reactor's elastic scheduler.
AbstractWebFluxEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.actuate.endpoint.web.reactive
Reactive handler providing actuator links at the root endpoint.
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.reactive
A reactive web operation that can be handled by WebFlux.
AbstractWebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
A custom HandlerMapping that makes web endpoints available over HTTP using Spring MVC.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Creates a new WebEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Creates a new AbstractWebMvcEndpointHandlerMapping that provides mappings for the operations of the given endpoints.
AbstractWebMvcEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.actuate.endpoint.web.servlet
Handler providing actuator links at the root endpoint.
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.servlet
A servlet web operation that can be handled by Spring MVC.
ActuatorMediaType - Class in org.springframework.boot.actuate.endpoint.http
Media types that can be consumed and produced by Actuator endpoints.
add(AuditEvent) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Log an event.
add(AuditEvent) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
add(HttpTrace) - Method in interface org.springframework.boot.actuate.trace.http.HttpTraceRepository
Adds a trace to the repository.
add(HttpTrace) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
 
addHealthIndicator(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
addHealthIndicator(String, ReactiveHealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
addStatusMapping(String, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add a status mapping to the existing set.
addStatusMapping(Map<String, Integer>) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add specific status mappings to the existing set.
addStatusMapping(Status, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add a status mapping to the existing set.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
 
aggregate(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
 
aggregate(Map<String, Health>) - Method in interface org.springframework.boot.actuate.health.HealthAggregator
Aggregate several given Health instances into one.
aggregateDetails(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
Return the map of 'aggregate' details that should be used from the specified healths.
aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
Return the single 'aggregate' status that should be used from the specified candidates.
aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
 
ALWAYS - org.springframework.boot.actuate.health.ShowDetails
Always show details in the response.
appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
ApplicationHealthIndicator - Class in org.springframework.boot.actuate.health
Default implementation of HealthIndicator that returns Status.UP.
ApplicationHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.ApplicationHealthIndicator
 
apply(String) - Method in class org.springframework.boot.actuate.health.HealthIndicatorNameFactory
 
apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
Apply additional functionality to the given invoker.
apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
apply(OperationInvoker, long) - Static method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
Apply caching configuration when appropriate to the given invoker.
AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
Spring ApplicationEvent to encapsulate AuditEvents.
AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps the specified AuditEvent.
AuditEvent - Class in org.springframework.boot.actuate.audit
A value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type.
AuditEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time from data provided as name-value pairs.
AuditEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time.
AuditEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event.
AuditEventRepository - Interface in org.springframework.boot.actuate.audit
Repository for AuditEvents.
AuditEventsEndpoint - Class in org.springframework.boot.actuate.audit
Endpoint to expose audit events.
AuditEventsEndpoint(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.AuditEventsEndpoint
 
AuditEventsEndpoint.AuditEventsDescriptor - Class in org.springframework.boot.actuate.audit
A description of an application's audit events.
AuditListener - Class in org.springframework.boot.actuate.audit.listener
The default AbstractAuditListener implementation.
AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
 
AUTHENTICATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication failure event type.
AUTHENTICATION_SUCCESS - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication success event type.
AUTHENTICATION_SWITCH - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication switch event type.
AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthenticationAuditListener.
AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
AUTHORIZATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthorizationAuditListener
Authorization failure event type.
AUTHORIZATION_HEADER - org.springframework.boot.actuate.trace.http.Include
Include authorization header (if any).
AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthorizationAuditListener.
AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
 

B

beans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint
 
BeansEndpoint - Class in org.springframework.boot.actuate.beans
Endpoint to expose details of an application's beans, grouped by application context.
BeansEndpoint(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.beans.BeansEndpoint
Creates a new BeansEndpoint that will describe the beans in the given context and all of its ancestors.
BeansEndpoint.ApplicationBeans - Class in org.springframework.boot.actuate.beans
A description of an application's beans, primarily intended for serialization to JSON.
BeansEndpoint.BeanDescriptor - Class in org.springframework.boot.actuate.beans
A description of a bean in an application context, primarily intended for serialization to JSON.
BeansEndpoint.ContextBeans - Class in org.springframework.boot.actuate.beans
A description of an application context, primarily intended for serialization to JSON.
bindCacheToRegistry(Cache, Tag...) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Attempt to bind the specified Cache to the registry.
bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
 
bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
build() - Method in class org.springframework.boot.actuate.health.Health.Builder
Create a new Health instance with the previously specified code and details.
build() - Method in class org.springframework.boot.actuate.info.Info.Builder
Create a new Info instance based on the state of this builder.
Builder() - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance.
Builder() - Constructor for class org.springframework.boot.actuate.info.Info.Builder
 
Builder(Status) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status.
Builder(Status, Map<String, ?>) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status and details to given details.
BuildInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that exposes BuildProperties.
BuildInfoContributor(BuildProperties) - Constructor for class org.springframework.boot.actuate.info.BuildInfoContributor
 

C

cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CacheDescriptor for the specified cache.
cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
CacheDescriptor(String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
 
CacheEntry(Cache, String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
CacheManagerDescriptor(Map<String, CachesEndpoint.CacheDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
 
CacheMeterBinderProvider<C extends org.springframework.cache.Cache> - Interface in org.springframework.boot.actuate.metrics.cache
Provide a MeterBinder based on a Cache.
CacheMetricsRegistrar - Class in org.springframework.boot.actuate.metrics.cache
Register supported Cache to a MeterRegistry.
CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - Constructor for class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Creates a new registrar.
caches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CachesReport of all available caches.
CachesEndpoint - Class in org.springframework.boot.actuate.cache
Endpoint to expose available caches.
CachesEndpoint(Map<String, CacheManager>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint
Create a new endpoint with the CacheManager instances to use.
CachesEndpoint.CacheDescriptor - Class in org.springframework.boot.actuate.cache
Basic description of a Cache, primarily intended for serialization to JSON.
CachesEndpoint.CacheEntry - Class in org.springframework.boot.actuate.cache
Description of a Cache, primarily intended for serialization to JSON.
CachesEndpoint.CacheManagerDescriptor - Class in org.springframework.boot.actuate.cache
Description of a CacheManager, primarily intended for serialization to JSON.
CachesEndpoint.CachesReport - Class in org.springframework.boot.actuate.cache
A report of available caches, primarily intended for serialization to JSON.
CachesEndpointWebExtension - Class in org.springframework.boot.actuate.cache
CachesEndpointWebExtension(CachesEndpoint) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
CachesReport(Map<String, CachesEndpoint.CacheManagerDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
 
CachingOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoker.cache
An OperationInvoker that caches the response of an operation with a configurable time to live.
CachingOperationInvokerAdvisor - Class in org.springframework.boot.actuate.endpoint.invoker.cache
OperationInvokerAdvisor to optionally provide result caching support.
CachingOperationInvokerAdvisor(Function<EndpointId, Long>) - Constructor for class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
CaffeineCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for Caffeine.
CaffeineCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
 
CassandraHealthIndicator - Class in org.springframework.boot.actuate.cassandra
Simple implementation of a HealthIndicator returning status information for Cassandra data stores.
CassandraHealthIndicator() - Constructor for class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
 
CassandraHealthIndicator(CassandraOperations) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
Create a new CassandraHealthIndicator instance.
CassandraReactiveHealthIndicator - Class in org.springframework.boot.actuate.cassandra
A ReactiveHealthIndicator for Cassandra.
CassandraReactiveHealthIndicator(ReactiveCassandraOperations) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
Create a new CassandraHealthIndicator instance.
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
ChangeSet(RanChangeSet) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
clearCache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Clear the specific Cache.
clearCache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
clearCaches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Clear all the available caches.
clientName(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Create a clientNameTag derived from the host of the URI of the given request.
clientName(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Create a clientNameTag derived from the host of the URL of the given request.
CompositeHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator that returns health indications from all registered delegates.
CompositeHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
Create a new CompositeHealthIndicator from the specified indicators.
CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
Create a new CompositeHealthIndicator from the indicators in the given registry.
CompositeHealthIndicatorFactory - Class in org.springframework.boot.actuate.health
CompositeHealthIndicatorFactory() - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
Deprecated.
 
CompositeHealthIndicatorFactory(Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
Deprecated.
 
CompositeReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
ReactiveHealthIndicator that returns health indications from all registered delegates.
CompositeReactiveHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
CompositeReactiveHealthIndicator(HealthAggregator, Map<String, ReactiveHealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
Create a new CompositeReactiveHealthIndicator from the indicators in the given registry.
CompositeReactiveHealthIndicatorFactory - Class in org.springframework.boot.actuate.health
CompositeReactiveHealthIndicatorFactory() - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
Deprecated.
 
CompositeReactiveHealthIndicatorFactory(Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
Deprecated.
 
configurationProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.context.properties
Endpoint to expose application properties from ConfigurationProperties annotated beans.
ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
A description of an application's ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - Class in org.springframework.boot.actuate.context.properties
A description of a ConfigurationProperties bean.
ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
A description of an application context's ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.context.properties
BeanSerializerModifier to return only relevant configuration properties.
configureLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
Configure Jackson's ObjectMapper to be used to serialize the ConfigurationProperties objects into a Map structure.
ContextExpression(Set<String>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 
contribute(Info.Builder) - Method in interface org.springframework.boot.actuate.info.InfoContributor
Contributes additional details using the specified Builder.
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.MapInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SimpleInfoContributor
 
ControllerEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being an endpoint that is only exposed over Spring MVC or Spring WebFlux.
ControllerEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
ControllerEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableControllerEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
Create a new ControllerEndpointDiscoverer instance.
ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring WebFlux.
ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring MVC.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
ConversionServiceParameterValueMapper - Class in org.springframework.boot.actuate.endpoint.invoke.convert
ParameterValueMapper backed by a ConversionService.
ConversionServiceParameterValueMapper() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
ConversionServiceParameterValueMapper(ConversionService) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
Create a new ConversionServiceParameterValueMapper instance backed by a specific conversion service.
convert(String) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
COOKIE_HEADERS - org.springframework.boot.actuate.trace.http.Include
Include "Cookie" header (if any) in request headers and "Set-Cookie" (if any) in response headers.
copyIfSet(Properties, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Copy the specified key to the target Properties if it is set.
CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.couchbase
HealthIndicator for Couchbase.
CouchbaseHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
Create an indicator with the specified Cluster.
CouchbaseReactiveHealthIndicator - Class in org.springframework.boot.actuate.couchbase
A ReactiveHealthIndicator for Couchbase.
CouchbaseReactiveHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
Create a new CouchbaseReactiveHealthIndicator instance.
createEndpoint(Object, EndpointId, boolean, Collection<O>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method called to create the endpoint.
createEndpoint(Object, EndpointId, boolean, Collection<JmxOperation>) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<WebOperation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
Creates Resources for the operations of the given webEndpoints.
createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
createHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
Deprecated.
Create a CompositeHealthIndicator based on the specified health indicators.
createHealthIndicatorRegistry(Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
Create a HealthIndicatorRegistry based on the specified health indicators.
createHeapDumper() - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
Factory method used to create the HeapDumpWebEndpoint.HeapDumper.
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method to create an endpoint operation.
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createOperationKey(O) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Create an EndpointDiscoverer.OperationKey for the given operation.
createOperationKey(JmxOperation) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createOperationKey(WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createReactiveHealthIndicator(HealthAggregator, Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
Deprecated.
Create a CompositeReactiveHealthIndicator based on the specified health indicators.
createReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
Create a ReactiveHealthIndicatorRegistry based on the specified health indicators.
createSubPath(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
 
customize(RestTemplate) - Method in class org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
 
customize(WebClient.Builder) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
 

D

DataSourceHealthIndicator - Class in org.springframework.boot.actuate.jdbc
HealthIndicator that tests the status of a DataSource and optionally runs a test query.
DataSourceHealthIndicator() - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator instance.
DataSourceHealthIndicator(DataSource) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource.
DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource and validation query.
DataSourcePoolMetrics - Class in org.springframework.boot.actuate.metrics.jdbc
A MeterBinder for a DataSource.
DataSourcePoolMetrics(DataSource, Collection<DataSourcePoolMetadataProvider>, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
DataSourcePoolMetrics(DataSource, DataSourcePoolMetadataProvider, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
DefaultHealthIndicatorRegistry - Class in org.springframework.boot.actuate.health
Default implementation of HealthIndicatorRegistry.
DefaultHealthIndicatorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
DefaultHealthIndicatorRegistry(Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
Create a new DefaultHealthIndicatorRegistry from the specified indicators.
defaultIncludes() - Static method in enum org.springframework.boot.actuate.trace.http.Include
Return the default Include.
DefaultReactiveHealthIndicatorRegistry - Class in org.springframework.boot.actuate.health
Default implementation of ReactiveHealthIndicatorRegistry.
DefaultReactiveHealthIndicatorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
DefaultReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
Create a new DefaultReactiveHealthIndicatorRegistry from the specified indicators.
DefaultRestTemplateExchangeTagsProvider - Class in org.springframework.boot.actuate.metrics.web.client
Default implementation of RestTemplateExchangeTagsProvider.
DefaultRestTemplateExchangeTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
 
DefaultWebClientExchangeTagsProvider - Class in org.springframework.boot.actuate.metrics.web.reactive.client
Default implementation of WebClientExchangeTagsProvider.
DefaultWebClientExchangeTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
 
DefaultWebFluxTagsProvider - Class in org.springframework.boot.actuate.metrics.web.reactive.server
Default implementation of WebFluxTagsProvider.
DefaultWebFluxTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
 
DefaultWebMvcTagsProvider - Class in org.springframework.boot.actuate.metrics.web.servlet
Default implementation of WebMvcTagsProvider.
DefaultWebMvcTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
 
DELETE - org.springframework.boot.actuate.endpoint.OperationType
A delete operation.
DELETE - org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
An HTTP DELETE request.
DELETE - org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Perform a 'delete' before shutdown.
DeleteOperation - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Identifies a method on an Endpoint as being a delete operation.
deleteSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
 
describeMappings(ApplicationContext) - Method in interface org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
Produce the descriptions of the mappings identified by this provider in the given context.
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
destroy() - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
DiscoveredEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint.annotation
An endpoint discovered by an EndpointDiscoverer.
DiscoveredOperationMethod - Class in org.springframework.boot.actuate.endpoint.annotation
An OperationMethod discovered by an EndpointDiscoverer.
DiscoveredOperationMethod(Method, OperationType, AnnotationAttributes) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
 
DiscovererEndpointFilter - Class in org.springframework.boot.actuate.endpoint.annotation
EndpointFilter the matches based on the EndpointDiscoverer the created the endpoint.
DiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?, ?>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
Create a new DiscovererEndpointFilter instance.
DiskSpaceHealthIndicator - Class in org.springframework.boot.actuate.system
A HealthIndicator that checks available disk space and reports a status of Status.DOWN when it drops below a configurable threshold.
DiskSpaceHealthIndicator(File, long) - Constructor for class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
Deprecated.
DiskSpaceHealthIndicator(File, DataSize) - Constructor for class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
Create a new DiskSpaceHealthIndicator instance.
DispatcherHandlerMappingDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
A description of a mapping known to a DispatcherServlet.
DispatcherHandlerMappingDetails - Class in org.springframework.boot.actuate.web.mappings.reactive
Details of a DispatcherHandler mapping.
DispatcherHandlerMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
DispatcherHandlersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.reactive
A MappingDescriptionProvider that introspects the HandlerMappings that are known to a DispatcherHandler.
DispatcherHandlersMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
DispatcherServletMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A description of a mapping known to a DispatcherServlet.
DispatcherServletMappingDetails - Class in org.springframework.boot.actuate.web.mappings.servlet
Details of a DispatcherServlet mapping.
DispatcherServletMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
DispatcherServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
A MappingDescriptionProvider that introspects the HandlerMappings that are known to one or more DispatcherServlets.
DispatcherServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.amqp.RabbitHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
Actual health check logic.
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Actual health check logic.
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ApplicationHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.jms.JmsHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.ldap.LdapHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.mail.MailHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.mongo.MongoHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.redis.RedisHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.solr.SolrHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
 
down() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN.
down() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a Status.DOWN status.
down(Exception) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.DOWN status and the specified exception details.
down(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN and add details for given Throwable.
DOWN - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem has suffered an unexpected failure.
dumpHeap(File, boolean) - Method in interface org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumper
Dump the current heap to the specified file.
dumpHeap(File, boolean) - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 

E

EhCache2CacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for EhCache2.
EhCache2CacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
 
ElasticSchedulerInvoker(OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
 
ElasticsearchHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
HealthIndicator for an Elasticsearch cluster.
ElasticsearchHealthIndicator(Client, long, String...) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
Create a new ElasticsearchHealthIndicator instance.
ElasticsearchHealthIndicator(Client, long, List<String>) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
Create a new ElasticsearchHealthIndicator instance.
ElasticsearchJestHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
HealthIndicator for Elasticsearch using a JestClient.
ElasticsearchJestHealthIndicator(JestClient) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator
 
ElasticsearchRestHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
HealthIndicator for an Elasticsearch cluster using a RestClient.
ElasticsearchRestHealthIndicator(RestClient) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
 
enableByDefault() - Method in annotation type org.springframework.boot.actuate.endpoint.annotation.Endpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - Method in annotation type org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - Method in annotation type org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - Method in annotation type org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - Method in annotation type org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - Method in annotation type org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
If the endpoint should be enabled or disabled by default.
endpoint() - Method in annotation type org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
The class of the endpoint to extend.
endpoint() - Method in annotation type org.springframework.boot.actuate.endpoint.jmx.annotation.EndpointJmxExtension
The endpoint class to which this JMX extension relates.
endpoint() - Method in annotation type org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExtension
The endpoint class to which this Web extension relates.
Endpoint - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Identifies a type as being an actuator endpoint that provides information about the running application.
EndpointDiscoverer<E extends ExposableEndpoint<O>,​O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
A Base for EndpointsSupplier implementations that discover @Endpoint beans and @EndpointExtension beans in an application context.
EndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<E>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Create a new EndpointDiscoverer instance.
EndpointDiscoverer.OperationKey - Class in org.springframework.boot.actuate.endpoint.annotation
A key generated for an Operation based on specific criteria from the actual operation implementation.
EndpointExtension - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Annotation primarily used as a meta-annotation to indicate that an annotation provides extension support for an endpoint.
EndpointFilter<E extends ExposableEndpoint<?>> - Interface in org.springframework.boot.actuate.endpoint
Strategy class that can be used to filter endpoints.
EndpointId - Class in org.springframework.boot.actuate.endpoint
An identifier for an actuator endpoint.
EndpointJmxExtension - Annotation Type in org.springframework.boot.actuate.endpoint.jmx.annotation
Identifies a type as being a JMX-specific extension of an Endpoint.
EndpointLinksResolver - Class in org.springframework.boot.actuate.endpoint.web
A resolver for links to web endpoints.
EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Creates a new EndpointLinksResolver that will resolve links to the given endpoints.
EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>, String) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Creates a new EndpointLinksResolver that will resolve links to the given endpoints that are exposed beneath the given basePath.
EndpointMapping - Class in org.springframework.boot.actuate.endpoint.web
A value object for the base mapping for endpoints.
EndpointMapping(String) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMapping
Creates a new EndpointMapping using the given path.
EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Adapter to expose a JMX endpoint as a DynamicMBean.
EndpointMediaTypes - Class in org.springframework.boot.actuate.endpoint.web
Media types that are, by default, produced and consumed by an endpoint.
EndpointMediaTypes(List<String>, List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Creates a new EndpointMediaTypes with the given produced and consumed media types.
EndpointObjectNameFactory - Interface in org.springframework.boot.actuate.endpoint.jmx
A factory to create an ObjectName for an EndpointMBean.
EndpointServlet - Class in org.springframework.boot.actuate.endpoint.web
Contains details of a servlet that is exposed as an actuator endpoint.
EndpointServlet(Class<? extends Servlet>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
EndpointServlet(Servlet) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
EndpointsSupplier<E extends ExposableEndpoint<?>> - Interface in org.springframework.boot.actuate.endpoint
Provides access to a collection of endpoints.
EndpointWebExtension - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being a Web-specific extension of an Endpoint.
environment(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
EnvironmentEndpoint - Class in org.springframework.boot.actuate.env
Endpoint to expose environment information.
EnvironmentEndpoint(Environment) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
EnvironmentEndpoint.EnvironmentDescriptor - Class in org.springframework.boot.actuate.env
A description of an Environment.
EnvironmentEndpoint.EnvironmentEntryDescriptor - Class in org.springframework.boot.actuate.env
A description of an entry of the Environment.
EnvironmentEndpoint.PropertySourceDescriptor - Class in org.springframework.boot.actuate.env
A description of a PropertySource.
EnvironmentEndpoint.PropertySourceEntryDescriptor - Class in org.springframework.boot.actuate.env
A description of a particular entry of PropertySource.
EnvironmentEndpoint.PropertySummaryDescriptor - Class in org.springframework.boot.actuate.env
A summary of a particular entry of the Environment.
EnvironmentEndpoint.PropertyValueDescriptor - Class in org.springframework.boot.actuate.env
A description of a property's value, including its origin if available.
EnvironmentEndpointWebExtension - Class in org.springframework.boot.actuate.env
EnvironmentEndpointWebExtension(EnvironmentEndpoint) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 
environmentEntry(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
environmentEntry(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 
EnvironmentInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that provides all environment entries prefixed with info.
EnvironmentInfoContributor(ConfigurableEnvironment) - Constructor for class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
equals(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
equals(Object) - Method in class org.springframework.boot.actuate.endpoint.EndpointId
 
equals(Object) - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
equals(Object) - Method in class org.springframework.boot.actuate.health.Health
 
equals(Object) - Method in class org.springframework.boot.actuate.health.Status
 
equals(Object) - Method in class org.springframework.boot.actuate.info.Info
 
events(String, OffsetDateTime, String) - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint
 
exception(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates an exception tag based on the simple name of the class of the given exception.
exception(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a exception tag based on the simple name of the class of the given exception.
ExposableControllerEndpoint - Interface in org.springframework.boot.actuate.endpoint.web.annotation
Information describing an endpoint that can be exposed over Spring MVC or Spring WebFlux.
ExposableEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint
Information describing an endpoint that can be exposed in some technology specific way.
ExposableJmxEndpoint - Interface in org.springframework.boot.actuate.endpoint.jmx
Information describing an endpoint that can be exposed over JMX.
ExposableServletEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
Information describing an endpoint that can be exposed by registering a servlet.
ExposableWebEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
Information describing an endpoint that can be exposed over the web.
extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
extractContent(PropertySource<?>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the raw content based on the specified PropertySource.
extractResult(Session, Health.Builder) - Method in class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
Provide health details using the specified Session and Builder.

F

filter() - Method in annotation type org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
The filter class used to determine when the extension applies.
filter(ClientRequest, ExchangeFunction) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
 
filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
 
filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 
FilteredEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Annotation that can be used on an @Endpoint to implement implicit filtering.
FilterRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A RegistrationMappingDescription derived from a FilterRegistration.
FilterRegistrationMappingDescription(FilterRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Creates a new FilterRegistrationMappingDescription derived from the given filterRegistration.
FiltersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
A MappingDescriptionProvider that describes that mappings of any Filters registered with a ServletContext.
FiltersMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
find(String, Instant, String) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events of specified type relating to the specified principal that occurred after the time provided.
find(String, Instant, String) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
findAll() - Method in interface org.springframework.boot.actuate.trace.http.HttpTraceRepository
Find all HttpTrace objects contained in the repository.
findAll() - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
 
flywayBeans() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint
 
FlywayDescriptor(List<FlywayEndpoint.FlywayMigration>) - Constructor for class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
 
FlywayEndpoint - Class in org.springframework.boot.actuate.flyway
Endpoint to expose flyway info.
FlywayEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.actuate.flyway.FlywayEndpoint
 
FlywayEndpoint.ApplicationFlywayBeans - Class in org.springframework.boot.actuate.flyway
Description of an application's Flyway beans, primarily intended for serialization to JSON.
FlywayEndpoint.ContextFlywayBeans - Class in org.springframework.boot.actuate.flyway
Description of an application context's Flyway beans, primarily intended for serialization to JSON.
FlywayEndpoint.FlywayDescriptor - Class in org.springframework.boot.actuate.flyway
Description of a Flyway bean, primarily intended for serialization to JSON.
FlywayEndpoint.FlywayMigration - Class in org.springframework.boot.actuate.flyway
Details of a migration performed by Flyway.
fromPropertyValue(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
Factory method to create a new EndpointId from a property value.
FULL - org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Expose all available data, including custom properties.

G

generateContent() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the content to contribute to the info endpoint.
GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
get(int) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return the parameter at the specified index.
get(String) - Method in class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
 
get(String) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
 
get(String) - Method in interface org.springframework.boot.actuate.health.HealthIndicatorRegistry
Returns the HealthIndicator registered with the given name.
get(String) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Returns the ReactiveHealthIndicator registered with the given name.
get(String) - Method in class org.springframework.boot.actuate.info.Info
 
get(String, Class<T>) - Method in class org.springframework.boot.actuate.info.Info
 
GET - org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
An HTTP GET request.
getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
 
getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getAdditionalTags(Cache) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Return additional tags to be associated with the given Cache.
getAliases() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getAll() - Method in class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
 
getAll() - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
 
getAll() - Method in interface org.springframework.boot.actuate.health.HealthIndicatorRegistry
Returns a snapshot of the registered health indicators and their names.
getAll() - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Returns a snapshot of the registered health indicators and their names.
getAllPaths() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the full paths for each mapped endpoint.
getAllRootPaths() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the root paths for each mapped endpoint.
getArguments() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
 
getAttribute(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getAttributeNames() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getAttributes(String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Get the audit event.
getAuthor() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getAvailableTags() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getBasePath() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the base path for the endpoints.
getBaseUnit() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getBeans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
 
getBeans() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
 
getBody() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the body for the response.
getCacheManager() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
getCacheManagerNames() - Method in exception org.springframework.boot.actuate.cache.NonUniqueCacheException
 
getCacheManagers() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
 
getCacheName() - Method in exception org.springframework.boot.actuate.cache.NonUniqueCacheException
 
getCaches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
 
getChangeLog() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getChangeSets() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
 
getChecksum() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getChecksum() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription
 
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the class name of the registered Filter or Servlet.
getCode() - Method in class org.springframework.boot.actuate.health.Status
Return the code for this status.
getComments() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getConfiguredLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 
getConsumed() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Returns the media types consumed by an endpoint.
getConsumes() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the media types that the operation consumes.
getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getContexts() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ApplicationBeans
 
getContexts() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties
 
getContexts() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ApplicationFlywayBeans
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ApplicationLiquibaseBeans
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
 
getContexts() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ApplicationMappings
 
getController() - Method in interface org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
Return the source controller that contains RequestMapping methods.
getCreationTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getCron() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the event data.
getDateExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDependencies() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getDeploymentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the description of the operation.
getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the description of the parameter or null if none is available.
getDescription() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getDescription() - Method in class org.springframework.boot.actuate.health.Status
Return the description of this status.
getDescription() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDescription() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getDescriptor() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getDetails() - Method in class org.springframework.boot.actuate.health.Health
Return the details of the health.
getDetails() - Method in class org.springframework.boot.actuate.info.Info
Return the content.
getDetails() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getDetails() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getEffectiveLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 
getEndpoint(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the PathMappedEndpoint with the given ID or null if the endpoint cannot be found.
getEndpointBean() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
getEndpointBean() - Method in interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
Return the source bean that was used to construct the DiscoveredEndpoint.
getEndpointId() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
getEndpointId() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Return the endpoint ID.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
 
getEndpoints() - Method in interface org.springframework.boot.actuate.endpoint.EndpointsSupplier
Return the provided endpoints.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Return the web endpoints being mapped.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Return the web endpoints being mapped.
getEndpointServlet() - Method in interface org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
Return details of the servlet that should registered.
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
 
getEvents() - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint.AuditEventsDescriptor
 
getExecType() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getExecutionTime() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getExpression() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CronTaskDescription
 
getFixedDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getFixedRate() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getFlywayBeans() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
 
getHandler() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getHandler() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getHandlerFunction() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
getHeaders() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getHeaders() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Response
 
getHeaders() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns a modifiable copy of the headers of the request.
getHeaders() - Method in interface org.springframework.boot.actuate.trace.http.TraceableResponse
Returns a modifiable copy of the headers of the response.
getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getHealth(SecurityContext, ShowDetails) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
getHref() - Method in class org.springframework.boot.actuate.endpoint.web.Link
Returns the href of the link.
getHttpMethod() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the HTTP method for the operation.
getId() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns the ID of the operation that uniquely identifies it within its endpoint.
getId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getId() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getId() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Session
 
getInitialDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
getInstalledBy() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInstalledOn() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInstalledRank() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInterval() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
getLabels() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getLastAccessedTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
 
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
 
getLiquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
 
getLongRequestTags(HttpServletRequest, Object) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
 
getLongRequestTags(HttpServletRequest, Object) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
Provides tags to be used by long task timers.
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
getMappingName() - Method in interface org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
Returns the name of the mappings described by this provider.
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
getMappings() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
 
getMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
Returns the mappings for the registered servlet.
getMaxInactiveInterval() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getMBeanInfo() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getMeasurements() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMeterBinder(HazelcastCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
 
getMeterBinder(C, Iterable<Tag>) - Method in interface org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider
Return the MeterBinder managing the specified Cache or null if the specified Cache is not supported.
getMeterBinder(CaffeineCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
 
getMeterBinder(EhCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
 
getMeterBinder(JCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
 
getMethod() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the source Java method.
getMethod() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getMethod() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the method (GET, POST, etc) of the request.
getMethods() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getMethods() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getMigrations() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
 
getMissingParameters() - Method in exception org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
Returns the parameters that were missing.
getMode() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the mode that should be used to expose the content.
getName() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
getName() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Returns the parameter name.
getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the name of the operation.
getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the name of the operation parameter.
getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
 
getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
 
getName() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getName() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Principal
 
getName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the name of the registered Filter or Servlet.
getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getNames() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.ListNamesResponse
 
getNestedMap(Map<String, Object>, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the nested map with the specified key or empty map if the specified map contains no mapping for the key.
getObjectName(ExposableJmxEndpoint) - Method in interface org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
Generate an ObjectName for the specified endpoint.
getOperationMethod() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
getOperations() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
getOperations() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Returns the operations of the endpoint.
getOperationType() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the operation type.
getOrder() - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 
getOrder() - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
 
getOrderExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getOrigin() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getOutputType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the type of the output of the operation.
getParameter() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Return the parameter being mapped.
getParameterCount() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return the total number of parameters.
getParameters() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the operation parameters.
getParameters() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the parameters the operation expects in the order that they should be provided.
getParams() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getParams() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getParentId() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
 
getParentId() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
 
getParentId() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
 
getParentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
 
getParentId() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
Returns the path to which endpoints should be mapped.
getPath() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the path for the operation.
getPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the full path for the endpoint with the given ID or null if the endpoint cannot be found.
getPatterns() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getPatterns() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getPredicate() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getPredicate() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getPrefix() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the user principal responsible for the event or an empty String if the principal is not available.
getPrincipal() - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
Return the currently authenticated Principal or null.
getPrincipal() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getProduced() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Returns the media types produced by an endpoint.
getProduces() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the media types that the operation produces.
getProduces() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getProduces() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getProducesMediaTypes() - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
 
getProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getProperties() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
 
getProperties() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the properties that this instance manages.
getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
 
getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
 
getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
getQuery() - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Return the validation query or null.
getReason() - Method in exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
Return the reason explaining why the request is invalid, potentially null.
getRegistration() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the registration that is being described.
getRegistry() - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
Return the HealthIndicatorRegistry of this instance.
getRemoteAddress() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getRemoteAddress() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the remote address from which the request was sent, if available.
getRequest() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getRequestMappingConditions() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getRequestMappingConditions() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
getRequestPredicate() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns the predicate for requests that can be handled by this operation.
getResource() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getResponse() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getRootPath() - Method in interface org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
Return the root path of the endpoint, relative to the context that exposes it.
getRootPath(List<PathMapper>, EndpointId) - Static method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
Resolve the root path for the specified endpointId from the given path mappers.
getRootPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the root path for the endpoint with the given ID or null if the endpoint cannot be found.
getRootPath(EndpointId) - Method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
Resolve the root path for the specified endpointId.
getRunnable() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
 
getScope() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getScript() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getSecurityContext() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
 
getServletNameMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Returns the servlet name mappings for the registered filter.
getSession() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
 
getSessions() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
 
getSource() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
getState() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getStatistic() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
getStatus() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the status for the response.
getStatus() - Method in class org.springframework.boot.actuate.health.Health
Return the status of the health.
getStatus() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Response
 
getStatus() - Method in interface org.springframework.boot.actuate.trace.http.TraceableResponse
The status of the response.
getStatusMapping() - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Return an immutable view of the status mapping.
getTag() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getTag() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
 
getTags(String, HttpRequest, ClientHttpResponse) - Method in class org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
 
getTags(String, HttpRequest, ClientHttpResponse) - Method in interface org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider
Provides the tags to be associated with metrics that are recorded for the given request and response exchange.
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
 
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
Provides tags to be associated with metrics for the given request and response exchange.
getTarget() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
Return the fully qualified name of the native cache.
getTarget() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.RunnableDescription
 
getThreads() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint.ThreadDumpDescriptor
 
getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the date/time that the event was logged.
getTimestamp() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getTimeTaken() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getTimeToLive() - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
Return the maximum time in milliseconds that a response can be cached.
getTraces() - Method in class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint.HttpTraceDescriptor
 
getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the type of event.
getType() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getType() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
getType() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Returns the parameter type.
getType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the type of the operation parameter.
getType() - Method in interface org.springframework.boot.actuate.endpoint.Operation
Returns the type of the operation.
getType() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getUri() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getUri() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the URI of the request.
getUrlPatternMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Returns the URL pattern mappings for the registered filter.
getValidationQuery(String) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
 
getValue() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Return the value being mapped.
getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getValue() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
getValue() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getValue() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getValues() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
 
getVersion() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
GitInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that exposes GitProperties.
GitInfoContributor(GitProperties) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
GitInfoContributor(GitProperties, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
graph() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
 

H

handle(HttpServletRequest, Map<String, String>) - Method in interface org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
 
handle(ServerWebExchange, Map<String, String>) - Method in interface org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
 
HandlerFunctionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
Description of a HandlerFunction.
HandlerMethodDescription - Class in org.springframework.boot.actuate.web.mappings
A description of a HandlerMethod.
HandlerMethodDescription(HandlerMethod) - Constructor for class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
hashCode() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
hashCode() - Method in class org.springframework.boot.actuate.endpoint.EndpointId
 
hashCode() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
hashCode() - Method in class org.springframework.boot.actuate.health.Health
 
hashCode() - Method in class org.springframework.boot.actuate.health.Status
 
hashCode() - Method in class org.springframework.boot.actuate.info.Info
 
hasMandatoryParameter() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return if any of the contained parameters are mandatory.
hasParameters() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return true if there is at least one parameter.
HazelcastCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for Hazelcast.
HazelcastCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
 
health() - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 
health() - Method in interface org.springframework.boot.actuate.health.HealthIndicator
Return an indication of health.
health() - Method in class org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter
 
health() - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicator
Provide the indicator of health.
health(SecurityContext) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
health(SecurityContext) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
health(SecurityContext, ShowDetails) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
Health - Class in org.springframework.boot.actuate.health
Carries information about the health of a component or subsystem.
Health.Builder - Class in org.springframework.boot.actuate.health
Builder for creating immutable Health instances.
HealthAggregator - Interface in org.springframework.boot.actuate.health
Strategy interface used to aggregate Health instances into a final one.
HealthEndpoint - Class in org.springframework.boot.actuate.health
Endpoint to expose application health information.
HealthEndpoint(HealthIndicator) - Constructor for class org.springframework.boot.actuate.health.HealthEndpoint
Create a new HealthEndpoint instance that will use the given healthIndicator to generate its response.
HealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
HealthEndpointWebExtension(HealthEndpoint, HealthWebEndpointResponseMapper) - Constructor for class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
healthForComponent(String) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
Return the Health of a particular component or null if such component does not exist.
healthForComponent(SecurityContext, String) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
healthForComponentInstance(String, String) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
Return the Health of a particular instance managed by the specified component or null if that particular component is not a CompositeHealthIndicator or if such instance does not exist.
healthForComponentInstance(SecurityContext, String, String) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
HealthIndicator - Interface in org.springframework.boot.actuate.health
Strategy interface used to provide an indication of application health.
HealthIndicatorNameFactory - Class in org.springframework.boot.actuate.health
Generate a sensible health indicator name based on its bean name.
HealthIndicatorNameFactory() - Constructor for class org.springframework.boot.actuate.health.HealthIndicatorNameFactory
 
HealthIndicatorReactiveAdapter - Class in org.springframework.boot.actuate.health
Adapts a HealthIndicator to a ReactiveHealthIndicator so that it can be safely invoked in a reactive environment.
HealthIndicatorReactiveAdapter(HealthIndicator) - Constructor for class org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter
 
HealthIndicatorRegistry - Interface in org.springframework.boot.actuate.health
A registry of HealthIndicators.
HealthIndicatorRegistryFactory - Class in org.springframework.boot.actuate.health
Factory to create a HealthIndicatorRegistry.
HealthIndicatorRegistryFactory() - Constructor for class org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
 
HealthIndicatorRegistryFactory(Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
 
HealthStatusHttpMapper - Class in org.springframework.boot.actuate.health
Map a Status to an HTTP status code.
HealthStatusHttpMapper() - Constructor for class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Create a new instance.
HealthWebEndpointResponseMapper - Class in org.springframework.boot.actuate.health
HealthWebEndpointResponseMapper(HealthStatusHttpMapper, ShowDetails, Set<String>) - Constructor for class org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
 
heapDump(Boolean) - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumperUnavailableException(String, Throwable) - Constructor for exception org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumperUnavailableException
 
HeapDumpWebEndpoint - Class in org.springframework.boot.actuate.management
Web Endpoint to expose heap dumps.
HeapDumpWebEndpoint() - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumpWebEndpoint(long) - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumpWebEndpoint.HeapDumper - Interface in org.springframework.boot.actuate.management
Strategy interface used to dump the heap to a file.
HeapDumpWebEndpoint.HeapDumperUnavailableException - Exception in org.springframework.boot.actuate.management
Exception to be thrown if the HeapDumpWebEndpoint.HeapDumper cannot be created.
HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper - Class in org.springframework.boot.actuate.management
HeapDumpWebEndpoint.HeapDumper that uses com.sun.management.HotSpotDiagnosticMXBean available on Oracle and OpenJDK to dump the heap to a file.
HotSpotDiagnosticMXBeanHeapDumper() - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 
HttpExchangeTracer - Class in org.springframework.boot.actuate.trace.http
Traces an HTTP request-response exchange.
HttpExchangeTracer(Set<Include>) - Constructor for class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Creates a new HttpExchangeTracer that will use the given includes to determine the contents of its traces.
httpRequestTags(ServerWebExchange, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
 
httpRequestTags(ServerWebExchange, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsProvider
Provides tags to be associated with metrics for the given exchange.
HttpTrace - Class in org.springframework.boot.actuate.trace.http
A trace event for handling of an HTTP request and response exchange.
HttpTrace(HttpTrace.Request, HttpTrace.Response, Instant, HttpTrace.Principal, HttpTrace.Session, Long) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace
Creates a fully-configured HttpTrace instance.
HttpTrace.Principal - Class in org.springframework.boot.actuate.trace.http
Principal associated with an HTTP request-response exchange.
HttpTrace.Request - Class in org.springframework.boot.actuate.trace.http
Trace of an HTTP request.
HttpTrace.Response - Class in org.springframework.boot.actuate.trace.http
Trace of an HTTP response.
HttpTrace.Session - Class in org.springframework.boot.actuate.trace.http
Session associated with an HTTP request-response exchange.
HttpTraceEndpoint - Class in org.springframework.boot.actuate.trace.http
Endpoint to expose HttpTrace information.
HttpTraceEndpoint(HttpTraceRepository) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
Create a new HttpTraceEndpoint instance.
HttpTraceEndpoint.HttpTraceDescriptor - Class in org.springframework.boot.actuate.trace.http
A description of an application's HttpTrace entries.
HttpTraceFilter - Class in org.springframework.boot.actuate.web.trace.servlet
Servlet Filter that logs all requests to an HttpTraceRepository.
HttpTraceFilter(HttpTraceRepository, HttpExchangeTracer) - Constructor for class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
Create a new HttpTraceFilter instance.
HttpTraceRepository - Interface in org.springframework.boot.actuate.trace.http
A repository for HttpTraces.
HttpTraceWebFilter - Class in org.springframework.boot.actuate.web.trace.reactive
A WebFilter for tracing HTTP requests.
HttpTraceWebFilter(HttpTraceRepository, HttpExchangeTracer, Set<Include>) - Constructor for class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 

I

id() - Method in annotation type org.springframework.boot.actuate.endpoint.annotation.Endpoint
The id of the endpoint (must follow EndpointId rules).
id() - Method in annotation type org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
The id of the endpoint.
id() - Method in annotation type org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
The id of the endpoint.
id() - Method in annotation type org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
The id of the endpoint.
id() - Method in annotation type org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
The id of the endpoint.
id() - Method in annotation type org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
The id of the endpoint.
Include - Enum in org.springframework.boot.actuate.trace.http
Include options for HTTP tracing.
InfluxDbHealthIndicator - Class in org.springframework.boot.actuate.influx
HealthIndicator for InfluxDB.
InfluxDbHealthIndicator(InfluxDB) - Constructor for class org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
 
info() - Method in class org.springframework.boot.actuate.info.InfoEndpoint
 
Info - Class in org.springframework.boot.actuate.info
Carries information of the application.
Info.Builder - Class in org.springframework.boot.actuate.info
Builder for creating immutable Info instances.
InfoContributor - Interface in org.springframework.boot.actuate.info
Contributes additional info details.
InfoEndpoint - Class in org.springframework.boot.actuate.info
Endpoint to expose arbitrary application information.
InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.info.InfoEndpoint
Create a new InfoEndpoint instance.
InfoPropertiesInfoContributor<T extends org.springframework.boot.info.InfoProperties> - Class in org.springframework.boot.actuate.info
A base InfoContributor to expose an InfoProperties.
InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
 
InfoPropertiesInfoContributor.Mode - Enum in org.springframework.boot.actuate.info
Defines how properties should be exposed.
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
initialize(T, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
 
initialize(T, Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
 
InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
In-memory AuditEventRepository implementation.
InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryAuditEventRepository(int) - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryHttpTraceRepository - Class in org.springframework.boot.actuate.trace.http
In-memory implementation of HttpTraceRepository.
InMemoryHttpTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
 
IntegrationGraphEndpoint - Class in org.springframework.boot.actuate.integration
Endpoint to expose the Spring Integration graph.
IntegrationGraphEndpoint(IntegrationGraphServer) - Constructor for class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
Create a new IntegrationGraphEndpoint instance that exposes a graph containing all the Spring Integration components in the given IntegrationGraphServer.
IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, IntervalTask) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, TriggerTask, PeriodicTrigger) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
InvalidEndpointRequestException - Exception in org.springframework.boot.actuate.endpoint
Indicate that an endpoint request is invalid.
InvalidEndpointRequestException(String, String) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
 
InvalidEndpointRequestException(String, String, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
 
InvocationContext - Class in org.springframework.boot.actuate.endpoint
The context for the invocation of an operation.
InvocationContext(SecurityContext, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.endpoint.InvocationContext
Creates a new context for an operation being invoked by the given principal with the given available arguments.
invoke(String, Object[], String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
invoke(InvocationContext) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvoker
Invoke the underlying operation using the given context.
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
 
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
 
invoke(InvocationContext) - Method in interface org.springframework.boot.actuate.endpoint.Operation
Invoke the underlying operation using the given context.
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
 
isBlocking() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns if the underlying operation is blocking.
isEnableByDefault() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
isEnableByDefault() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Returns if the endpoint is enabled by default.
isEndpointExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Determine if an endpoint bean should be exposed.
isEndpointExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
isEndpointExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
isExpired() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
isExtensionExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Determine if an extension bean should be exposed.
isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
isMandatory() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Return if the parameter is mandatory (does not accept null values).
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
IsoOffsetDateTimeConverter - Class in org.springframework.boot.actuate.endpoint.invoke.convert
A String to OffsetDateTimeConverter that uses ISO offset parsing.
IsoOffsetDateTimeConverter() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
isTemplated() - Method in class org.springframework.boot.actuate.endpoint.web.Link
Returns whether or not the href is templated.
isUserInRole(String) - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
Returns true if the currently authenticated user is in the given role, or false otherwise.
iterator() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
 

J

JacksonJmxOperationResponseMapper - Class in org.springframework.boot.actuate.endpoint.jmx
JmxOperationResponseMapper that delegates to a Jackson ObjectMapper to return a JSON response.
JacksonJmxOperationResponseMapper(ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
JCacheCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for JCache.
JCacheCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
 
JerseyEndpointResourceFactory - Class in org.springframework.boot.actuate.endpoint.web.jersey
A factory for creating Jersey Resources for web endpoint operations.
JerseyEndpointResourceFactory() - Constructor for class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
 
JettyServerThreadPoolMetricsBinder - Class in org.springframework.boot.actuate.metrics.web.jetty
Binds JettyServerThreadPoolMetrics in response to the ApplicationStartedEvent.
JettyServerThreadPoolMetricsBinder(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
JettyServerThreadPoolMetricsBinder(MeterRegistry, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
JmsHealthIndicator - Class in org.springframework.boot.actuate.jms
HealthIndicator for a JMS ConnectionFactory.
JmsHealthIndicator(ConnectionFactory) - Constructor for class org.springframework.boot.actuate.jms.JmsHealthIndicator
 
JmxEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.jmx.annotation
Identifies a type as being an endpoint that is only exposed over JMX.
JmxEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.jmx.annotation
JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableJmxEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
Create a new JmxEndpointDiscoverer instance.
JmxEndpointExporter - Class in org.springframework.boot.actuate.endpoint.jmx
JmxEndpointExporter(MBeanServer, EndpointObjectNameFactory, JmxOperationResponseMapper, Collection<? extends ExposableJmxEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
JmxEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.jmx
JmxOperation - Interface in org.springframework.boot.actuate.endpoint.jmx
An operation on a JMX endpoint.
JmxOperationParameter - Interface in org.springframework.boot.actuate.endpoint.jmx
Describes the parameters of an operation on a JMX endpoint.
JmxOperationResponseMapper - Interface in org.springframework.boot.actuate.endpoint.jmx
Maps an operation's response to a JMX-friendly form.

L

LdapHealthIndicator - Class in org.springframework.boot.actuate.ldap
HealthIndicator for configured LDAP server(s).
LdapHealthIndicator(LdapOperations) - Constructor for class org.springframework.boot.actuate.ldap.LdapHealthIndicator
 
Link - Class in org.springframework.boot.actuate.endpoint.web
Details for a link in a HAL-formatted response.
Link(String) - Constructor for class org.springframework.boot.actuate.endpoint.web.Link
Creates a new Link with the given href.
links(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.LinksHandler
 
links(ServerWebExchange) - Method in interface org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.LinksHandler
 
LiquibaseBean(List<LiquibaseEndpoint.ChangeSet>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
 
liquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseEndpoint - Class in org.springframework.boot.actuate.liquibase
Endpoint to expose liquibase info.
LiquibaseEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseEndpoint.ApplicationLiquibaseBeans - Class in org.springframework.boot.actuate.liquibase
Description of an application's SpringLiquibase beans, primarily intended for serialization to JSON.
LiquibaseEndpoint.ChangeSet - Class in org.springframework.boot.actuate.liquibase
A Liquibase change set.
LiquibaseEndpoint.ContextExpression - Class in org.springframework.boot.actuate.liquibase
A context expression in a LiquibaseEndpoint.ChangeSet.
LiquibaseEndpoint.ContextLiquibaseBeans - Class in org.springframework.boot.actuate.liquibase
Description of an application context's SpringLiquibase beans, primarily intended for serialization to JSON.
LiquibaseEndpoint.LiquibaseBean - Class in org.springframework.boot.actuate.liquibase
Description of a SpringLiquibase bean, primarily intended for serialization to JSON.
listNames() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint
 
logFile() - Method in class org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
LogFileWebEndpoint - Class in org.springframework.boot.actuate.logging
Web Endpoint that provides access to an application's log file.
LogFileWebEndpoint(Environment) - Constructor for class org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
LogFileWebEndpoint(Environment, File) - Constructor for class org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
loggerLevels(String) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
LoggerLevels(LoggerConfiguration) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 
loggers() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
LoggersEndpoint - Class in org.springframework.boot.actuate.logging
Endpoint to expose a collection of LoggerConfigurations.
LoggersEndpoint(LoggingSystem) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint
Create a new LoggersEndpoint instance.
LoggersEndpoint.LoggerLevels - Class in org.springframework.boot.actuate.logging
Levels configured for a given logger exposed in a JSON friendly way.
LongTaskTimingHandlerInterceptor - Class in org.springframework.boot.actuate.metrics.web.servlet
A HandlerInterceptor that supports Micrometer's long task timers configured on a handler using Timed with Timed.longTask() set to true.
LongTaskTimingHandlerInterceptor(MeterRegistry, WebMvcTagsProvider) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
Creates a new LongTaskTimingHandlerInterceptor that will create LongTaskTimers using the given registry.

M

MailHealthIndicator - Class in org.springframework.boot.actuate.mail
HealthIndicator for configured smtp server(s).
MailHealthIndicator(JavaMailSenderImpl) - Constructor for class org.springframework.boot.actuate.mail.MailHealthIndicator
 
map(Health, SecurityContext) - Method in class org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
Maps the given health to a WebEndpointResponse, honouring the mapper's default ShowDetails using the given securityContext.
map(Health, SecurityContext, ShowDetails) - Method in class org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
Maps the given health to a WebEndpointResponse, honouring the given showDetails using the given securityContext.
mapDetails(Supplier<Health>, SecurityContext) - Method in class org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
Maps the given health details to a WebEndpointResponse, honouring the mapper's default ShowDetails using the given securityContext.
MapInfoContributor - Class in org.springframework.boot.actuate.info
A simple InfoContributor that exposes a map.
MapInfoContributor(Map<String, Object>) - Constructor for class org.springframework.boot.actuate.info.MapInfoContributor
 
mapParameterValue(OperationParameter, Object) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
 
mapParameterValue(OperationParameter, Object) - Method in interface org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
Map the specified input parameter to the given parameterType.
MappingDescriptionProvider - Interface in org.springframework.boot.actuate.web.mappings
A MappingDescriptionProvider provides a List of mapping descriptions via implementation-specific introspection of an application context.
mappings() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint
 
MappingsEndpoint - Class in org.springframework.boot.actuate.web.mappings
Endpoint to expose HTTP request mappings.
MappingsEndpoint(Collection<MappingDescriptionProvider>, ApplicationContext) - Constructor for class org.springframework.boot.actuate.web.mappings.MappingsEndpoint
 
MappingsEndpoint.ApplicationMappings - Class in org.springframework.boot.actuate.web.mappings
A description of an application's request mappings.
MappingsEndpoint.ContextMappings - Class in org.springframework.boot.actuate.web.mappings
A description of an application context's request mappings.
mapResponse(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
mapResponse(Object) - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
Map the operation's response so that it can be consumed by a JMX compliant client.
mapResponseType(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
mapResponseType(Class<?>) - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
Map the response type to its JMX compliant counterpart.
mapStatus(Status) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Map the specified Status to an HTTP status code.
match(E) - Method in interface org.springframework.boot.actuate.endpoint.EndpointFilter
Return true if the filter matches.
match(HttpServletRequest, String) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
match(DiscoveredEndpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
 
method(HttpServletRequest) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a method tag based on the method of the given request.
method(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a methodTag for the method of the given request.
method(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a methodTag for the method of the given request.
method(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a method tag based on the method of the ServerWebExchange.getRequest() request of the given exchange.
metric(String, List<String>) - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint
 
MetricsEndpoint - Class in org.springframework.boot.actuate.metrics
An Endpoint for exposing the metrics held by a MeterRegistry.
MetricsEndpoint(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.MetricsEndpoint
 
MetricsEndpoint.AvailableTag - Class in org.springframework.boot.actuate.metrics
A set of tags for further dimensional drilldown and their potential values.
MetricsEndpoint.ListNamesResponse - Class in org.springframework.boot.actuate.metrics
Response payload for a metric name listing.
MetricsEndpoint.MetricResponse - Class in org.springframework.boot.actuate.metrics
Response payload for a metric name selector.
MetricsEndpoint.Sample - Class in org.springframework.boot.actuate.metrics
A measurement sample combining a statistic and a value.
MetricsRestTemplateCustomizer - Class in org.springframework.boot.actuate.metrics.web.client
RestTemplateCustomizer that configures the RestTemplate to record request metrics.
MetricsRestTemplateCustomizer(MeterRegistry, RestTemplateExchangeTagsProvider, String) - Constructor for class org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
Creates a new MetricsRestTemplateInterceptor that will record metrics using the given meterRegistry with tags provided by the given tagProvider.
MetricsWebClientCustomizer - Class in org.springframework.boot.actuate.metrics.web.reactive.client
WebClientCustomizer that configures the WebClient to record request metrics.
MetricsWebClientCustomizer(MeterRegistry, WebClientExchangeTagsProvider, String) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
Create a new MetricsWebClientFilterFunction that will record metrics using the given meterRegistry with tags provided by the given tagProvider.
MetricsWebClientFilterFunction - Class in org.springframework.boot.actuate.metrics.web.reactive.client
ExchangeFilterFunction applied via a MetricsWebClientCustomizer to record metrics.
MetricsWebClientFilterFunction(MeterRegistry, WebClientExchangeTagsProvider, String) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
 
MetricsWebFilter - Class in org.springframework.boot.actuate.metrics.web.reactive.server
Intercepts incoming HTTP requests handled by Spring WebFlux handlers.
MetricsWebFilter(MeterRegistry, WebFluxTagsProvider, String) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
MetricsWebFilter(MeterRegistry, WebFluxTagsProvider, String, boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
 
MissingParametersException - Exception in org.springframework.boot.actuate.endpoint.invoke
RuntimeException thrown when an endpoint invocation does not contain required parameters.
MissingParametersException(Set<OperationParameter>) - Constructor for exception org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
 
MongoHealthIndicator - Class in org.springframework.boot.actuate.mongo
Simple implementation of a HealthIndicator returning status information for Mongo data stores.
MongoHealthIndicator(MongoTemplate) - Constructor for class org.springframework.boot.actuate.mongo.MongoHealthIndicator
 
MongoReactiveHealthIndicator - Class in org.springframework.boot.actuate.mongo
MongoReactiveHealthIndicator(ReactiveMongoTemplate) - Constructor for class org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
 

N

Neo4jHealthIndicator - Class in org.springframework.boot.actuate.neo4j
HealthIndicator that tests the status of a Neo4j by executing a Cypher statement.
Neo4jHealthIndicator(SessionFactory) - Constructor for class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
Create a new Neo4jHealthIndicator using the specified SessionFactory.
NEVER - org.springframework.boot.actuate.health.ShowDetails
Never show details in the response.
NONE - org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Don't perform any shutdown operation.
NONE - Static variable in interface org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
A ParameterValueMapper that does nothing.
NONE - Static variable in interface org.springframework.boot.actuate.endpoint.SecurityContext
Empty security context.
NonUniqueCacheException - Exception in org.springframework.boot.actuate.cache
Exception thrown when multiple caches exist with the same name.
NonUniqueCacheException(String, Collection<String>) - Constructor for exception org.springframework.boot.actuate.cache.NonUniqueCacheException
 

O

of(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
Factory method to create a new EndpointId of the specified value.
onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
onApplicationEvent(AbstractAuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
 
onStartup(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
 
Operation - Interface in org.springframework.boot.actuate.endpoint
An operation on an endpoint.
OperationInvoker - Interface in org.springframework.boot.actuate.endpoint.invoke
Interface to perform an operation invocation.
OperationInvokerAdvisor - Interface in org.springframework.boot.actuate.endpoint.invoke
Allows additional functionality to be applied to an OperationInvoker.
OperationKey(Object, Supplier<String>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
Create a new EndpointDiscoverer.OperationKey instance.
OperationMethod - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
Information describing an operation method on an endpoint method.
OperationMethod(Method, OperationType) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Create a new OperationMethod instance.
OperationParameter - Interface in org.springframework.boot.actuate.endpoint.invoke
A single operation parameter.
OperationParameters - Interface in org.springframework.boot.actuate.endpoint.invoke
A collection of operation parameters.
OperationType - Enum in org.springframework.boot.actuate.endpoint
An enumeration of the different types of operation supported by an endpoint.
OrderedHealthAggregator - Class in org.springframework.boot.actuate.health
Default HealthAggregator implementation that aggregates Health instances and determines the final system state based on a simple ordered list.
OrderedHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.OrderedHealthAggregator
Create a new OrderedHealthAggregator instance.
org.springframework.boot.actuate.amqp - package org.springframework.boot.actuate.amqp
Actuator support for AMQP and RabbitMQ.
org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
Core actuator auditing classes.
org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
Actuator auditing listeners.
org.springframework.boot.actuate.beans - package org.springframework.boot.actuate.beans
Actuator support relating to Spring Beans.
org.springframework.boot.actuate.cache - package org.springframework.boot.actuate.cache
Actuator support for caches.
org.springframework.boot.actuate.cassandra - package org.springframework.boot.actuate.cassandra
Actuator support for Cassandra.
org.springframework.boot.actuate.context - package org.springframework.boot.actuate.context
Actuator support relating to Spring Context.
org.springframework.boot.actuate.context.properties - package org.springframework.boot.actuate.context.properties
Actuator support relating to external configuration properties.
org.springframework.boot.actuate.couchbase - package org.springframework.boot.actuate.couchbase
Actuator support for Couchbase.
org.springframework.boot.actuate.elasticsearch - package org.springframework.boot.actuate.elasticsearch
Actuator support for Elasticsearch.
org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
Endpoint support.
org.springframework.boot.actuate.endpoint.annotation - package org.springframework.boot.actuate.endpoint.annotation
Annotation support for actuator endpoints.
org.springframework.boot.actuate.endpoint.http - package org.springframework.boot.actuate.endpoint.http
Actuator endpoint HTTP concerns (not tied to any specific implementation).
org.springframework.boot.actuate.endpoint.invoke - package org.springframework.boot.actuate.endpoint.invoke
Interfaces and classes relating to invoking operation methods.
org.springframework.boot.actuate.endpoint.invoke.convert - package org.springframework.boot.actuate.endpoint.invoke.convert
Converter support for actuator endpoints.
org.springframework.boot.actuate.endpoint.invoke.reflect - package org.springframework.boot.actuate.endpoint.invoke.reflect
Endpoint reflection support.
org.springframework.boot.actuate.endpoint.invoker.cache - package org.springframework.boot.actuate.endpoint.invoker.cache
Caching support for actuator endpoints.
org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
JMX support for actuator endpoints.
org.springframework.boot.actuate.endpoint.jmx.annotation - package org.springframework.boot.actuate.endpoint.jmx.annotation
Annotation support for actuator JMX endpoints.
org.springframework.boot.actuate.endpoint.web - package org.springframework.boot.actuate.endpoint.web
Web support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.annotation - package org.springframework.boot.actuate.endpoint.web.annotation
Annotation support for actuator web endpoints.
org.springframework.boot.actuate.endpoint.web.jersey - package org.springframework.boot.actuate.endpoint.web.jersey
Jersey support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.reactive - package org.springframework.boot.actuate.endpoint.web.reactive
Spring WebFlux support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.servlet - package org.springframework.boot.actuate.endpoint.web.servlet
Spring MVC support for actuator endpoints.
org.springframework.boot.actuate.env - package org.springframework.boot.actuate.env
Actuator support for Spring Framework's Environment.
org.springframework.boot.actuate.flyway - package org.springframework.boot.actuate.flyway
Actuator support for Flyway.
org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
Actuator health indicator and endpoints.
org.springframework.boot.actuate.influx - package org.springframework.boot.actuate.influx
Actuator support for InfluxDB.
org.springframework.boot.actuate.info - package org.springframework.boot.actuate.info
Classes for application info.
org.springframework.boot.actuate.integration - package org.springframework.boot.actuate.integration
Actuator support for Spring Integration.
org.springframework.boot.actuate.jdbc - package org.springframework.boot.actuate.jdbc
Actuator support for JDBC.
org.springframework.boot.actuate.jms - package org.springframework.boot.actuate.jms
Actuator support for JMS.
org.springframework.boot.actuate.ldap - package org.springframework.boot.actuate.ldap
Actuator support for LDAP.
org.springframework.boot.actuate.liquibase - package org.springframework.boot.actuate.liquibase
Actuator support for Liquibase.
org.springframework.boot.actuate.logging - package org.springframework.boot.actuate.logging
Actuator support for logging.
org.springframework.boot.actuate.mail - package org.springframework.boot.actuate.mail
Actuator support for JavaMail.
org.springframework.boot.actuate.management - package org.springframework.boot.actuate.management
Actuator support for JVM management.
org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
Core actuator support for metrics.
org.springframework.boot.actuate.metrics.amqp - package org.springframework.boot.actuate.metrics.amqp
Actuator support for RabbitMQ Java Client metrics.
org.springframework.boot.actuate.metrics.cache - package org.springframework.boot.actuate.metrics.cache
Actuator support for cache metrics.
org.springframework.boot.actuate.metrics.export.prometheus - package org.springframework.boot.actuate.metrics.export.prometheus
Actuator support for exporting metrics to Prometheus.
org.springframework.boot.actuate.metrics.jdbc - package org.springframework.boot.actuate.metrics.jdbc
Actuator support for JDBC metrics.
org.springframework.boot.actuate.metrics.web.client - package org.springframework.boot.actuate.metrics.web.client
Actuator support for web client metrics.
org.springframework.boot.actuate.metrics.web.jetty - package org.springframework.boot.actuate.metrics.web.jetty
Actuator support for Jetty metrics.
org.springframework.boot.actuate.metrics.web.reactive.client - package org.springframework.boot.actuate.metrics.web.reactive.client
Actuator support for WebClient metrics.
org.springframework.boot.actuate.metrics.web.reactive.server - package org.springframework.boot.actuate.metrics.web.reactive.server
Actuator support for WebFlux metrics.
org.springframework.boot.actuate.metrics.web.servlet - package org.springframework.boot.actuate.metrics.web.servlet
Actuator support for Spring MVC metrics.
org.springframework.boot.actuate.metrics.web.tomcat - package org.springframework.boot.actuate.metrics.web.tomcat
Actuator support for Tomcat metrics.
org.springframework.boot.actuate.mongo - package org.springframework.boot.actuate.mongo
Actuator support for Mongo.
org.springframework.boot.actuate.neo4j - package org.springframework.boot.actuate.neo4j
Actuator support for Neo4j.
org.springframework.boot.actuate.redis - package org.springframework.boot.actuate.redis
Actuator support for Redis.
org.springframework.boot.actuate.scheduling - package org.springframework.boot.actuate.scheduling
Actuator scheduling support.
org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
Actuator support for security.
org.springframework.boot.actuate.session - package org.springframework.boot.actuate.session
Actuator support for Spring Session.
org.springframework.boot.actuate.solr - package org.springframework.boot.actuate.solr
Actuator support for Solr.
org.springframework.boot.actuate.system - package org.springframework.boot.actuate.system
Actuator support for system-related concerns.
org.springframework.boot.actuate.trace.http - package org.springframework.boot.actuate.trace.http
Actuator HTTP tracing support.
org.springframework.boot.actuate.web.mappings - package org.springframework.boot.actuate.web.mappings
Actuator web request mappings support.
org.springframework.boot.actuate.web.mappings.reactive - package org.springframework.boot.actuate.web.mappings.reactive
Actuator reactive request mappings support.
org.springframework.boot.actuate.web.mappings.servlet - package org.springframework.boot.actuate.web.mappings.servlet
Actuator servlet request mappings support.
org.springframework.boot.actuate.web.trace.reactive - package org.springframework.boot.actuate.web.trace.reactive
Actuator reactive HTTP tracing support.
org.springframework.boot.actuate.web.trace.servlet - package org.springframework.boot.actuate.web.trace.servlet
Actuator servlet HTTP tracing support.
OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem has been taken out of service and should not be used.
outcome(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates an outcome tag based on the status of the given response.
outcome(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates an outcome tag based on the response status of the given exchange.
outOfService() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.OUT_OF_SERVICE.
outOfService() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.OUT_OF_SERVICE status.

P

ParameterMappingException - Exception in org.springframework.boot.actuate.endpoint.invoke
A ParameterMappingException is thrown when a failure occurs during operation parameter mapping.
ParameterMappingException(OperationParameter, Object, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Creates a new ParameterMappingException for a failure that occurred when trying to map the given input to the given type.
ParameterValueMapper - Interface in org.springframework.boot.actuate.endpoint.invoke
Maps parameter values to the required type when invoking an endpoint.
PathMappedEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
Interface that can be implemented by an ExposableEndpoint that is mapped to a root web path.
PathMappedEndpoints - Class in org.springframework.boot.actuate.endpoint.web
A collection of path mapped endpoints.
PathMappedEndpoints(String, Collection<EndpointsSupplier<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Create a new PathMappedEndpoints instance for the given suppliers.
PathMappedEndpoints(String, EndpointsSupplier<?>) - Constructor for class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Create a new PathMappedEndpoints instance for the given supplier.
PathMapper - Interface in org.springframework.boot.actuate.endpoint.web
Strategy interface used to provide a mapping between an endpoint ID and the root path where it will be exposed.
POST - org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
An HTTP POST request.
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
Post-process the content to expose.
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Post-process the content to expose.
postProcessRequestHeaders(Map<String, List<String>>) - Method in class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Post-process the given mutable map of request headers.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
 
Principal(String) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Principal
Creates a Principal.
PRINCIPAL - org.springframework.boot.actuate.trace.http.Include
Include the principal.
produces() - Method in annotation type org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
The media type of the result of the operation.
produces() - Method in annotation type org.springframework.boot.actuate.endpoint.annotation.ReadOperation
The media type of the result of the operation.
produces() - Method in annotation type org.springframework.boot.actuate.endpoint.annotation.WriteOperation
The media type of the result of the operation.
PrometheusPushGatewayManager - Class in org.springframework.boot.actuate.metrics.export.prometheus
Class that can be used to manage the pushing of metrics to a Prometheus PushGateway.
PrometheusPushGatewayManager(PushGateway, CollectorRegistry, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Create a new PrometheusPushGatewayManager instance using a single threaded TaskScheduler.
PrometheusPushGatewayManager(PushGateway, CollectorRegistry, TaskScheduler, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Create a new PrometheusPushGatewayManager instance.
PrometheusPushGatewayManager.ShutdownOperation - Enum in org.springframework.boot.actuate.metrics.export.prometheus
The operation that should be performed on shutdown.
PrometheusScrapeEndpoint - Class in org.springframework.boot.actuate.metrics.export.prometheus
Endpoint that outputs metrics in a format that can be scraped by the Prometheus server.
PrometheusScrapeEndpoint(CollectorRegistry) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
 
PropertySummaryDescriptor(String, Object) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
PUSH - org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Perform a 'push' before shutdown.

R

RabbitHealthIndicator - Class in org.springframework.boot.actuate.amqp
Simple implementation of a HealthIndicator returning status information for the RabbitMQ messaging system.
RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.actuate.amqp.RabbitHealthIndicator
 
RabbitMetrics - Class in org.springframework.boot.actuate.metrics.amqp
A MeterBinder for RabbitMQ Java Client metrics.
RabbitMetrics(ConnectionFactory, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
Create a new meter binder recording the specified ConnectionFactory.
ReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator, HealthWebEndpointResponseMapper) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
ReactiveHealthIndicator - Interface in org.springframework.boot.actuate.health
Defines the Health of an arbitrary system or component.
ReactiveHealthIndicatorRegistry - Interface in org.springframework.boot.actuate.health
ReactiveHealthIndicatorRegistryFactory - Class in org.springframework.boot.actuate.health
Factory to create a HealthIndicatorRegistry.
ReactiveHealthIndicatorRegistryFactory() - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
 
ReactiveHealthIndicatorRegistryFactory(Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
 
READ - org.springframework.boot.actuate.endpoint.OperationType
A read operation.
ReadOperation - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Identifies a method on an Endpoint as being a read operation.
rebuild() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
 
receivedRequest(TraceableRequest) - Method in class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Begins the tracing of the exchange that was initiated by the given request being received.
RedisHealthIndicator - Class in org.springframework.boot.actuate.redis
Simple implementation of a HealthIndicator returning status information for Redis data stores.
RedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.redis.RedisHealthIndicator
 
RedisReactiveHealthIndicator - Class in org.springframework.boot.actuate.redis
RedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
 
ReflectiveOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
An OperationInvoker that invokes an operation using reflection.
ReflectiveOperationInvoker(Object, OperationMethod, ParameterValueMapper) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
Creates a new {code ReflectiveOperationInvoker} that will invoke the given method on the given target.
register(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
 
register(String, HealthIndicator) - Method in interface org.springframework.boot.actuate.health.HealthIndicatorRegistry
Registers the given HealthIndicator, associating it with the given name.
register(String, ReactiveHealthIndicator) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
 
register(String, ReactiveHealthIndicator) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Registers the given ReactiveHealthIndicator, associating it with the given name.
registerConverter(ConverterRegistry) - Static method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
RegistrationMappingDescription<T extends javax.servlet.Registration> - Class in org.springframework.boot.actuate.web.mappings.servlet
A mapping description derived from a Registration.
RegistrationMappingDescription(T) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Creates a new RegistrationMappingDescription derived from the given registration and with the given predicate.
REMOTE_ADDRESS - org.springframework.boot.actuate.trace.http.Include
Include the remote address.
replaceValue(Map<String, Object>, String, Object) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Replace the value for the specified key if the value is not null.
Request(String, URI, Map<String, List<String>>, String) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Request
Creates a fully-configured Request instance.
REQUEST_HEADERS - org.springframework.boot.actuate.trace.http.Include
Include request headers.
RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
A description of a NameValueExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A description of a NameValueExpression in a request mapping condition.
resolveLinks(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Resolves links to the known endpoints based on a request with the given requestUrl.
Response(int, Map<String, List<String>>) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Response
Creates a fully-configured Response instance.
RESPONSE_HEADERS - org.springframework.boot.actuate.trace.http.Include
Include response headers.
RestControllerEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being a REST endpoint that is only exposed over Spring MVC or Spring WebFlux.
RestTemplateExchangeTags - Class in org.springframework.boot.actuate.metrics.web.client
Factory methods for creating Tags related to a request-response exchange performed by a RestTemplate.
RestTemplateExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.client
Provides Tags for an exchange performed by a RestTemplate.

S

sanitize(String, Object) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
Sanitize the given value if necessary.
sanitize(String, Object) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
Sanitizer - Class in org.springframework.boot.actuate.endpoint
Strategy that should be used by endpoint implementations to sanitize potentially sensitive keys.
Sanitizer() - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
 
Sanitizer(String...) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
 
scheduledTasks() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
 
ScheduledTasksEndpoint - Class in org.springframework.boot.actuate.scheduling
Endpoint to expose information about an application's scheduled tasks.
ScheduledTasksEndpoint(Collection<ScheduledTaskHolder>) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
 
ScheduledTasksEndpoint.CronTaskDescription - Class in org.springframework.boot.actuate.scheduling
A description of a CronTask or a TriggerTask with a CronTrigger.
ScheduledTasksEndpoint.FixedDelayTaskDescription - Class in org.springframework.boot.actuate.scheduling
A description of a FixedDelayTask or a TriggerTask with a fixed-delay PeriodicTrigger.
ScheduledTasksEndpoint.FixedRateTaskDescription - Class in org.springframework.boot.actuate.scheduling
A description of a FixedRateTask or a TriggerTask with a fixed-rate PeriodicTrigger.
ScheduledTasksEndpoint.IntervalTaskDescription - Class in org.springframework.boot.actuate.scheduling
A description of an IntervalTask.
ScheduledTasksEndpoint.RunnableDescription - Class in org.springframework.boot.actuate.scheduling
A description of a Task'sRunnable.
ScheduledTasksEndpoint.ScheduledTasksReport - Class in org.springframework.boot.actuate.scheduling
A report of an application's scheduled Tasks, primarily intended for serialization to JSON.
ScheduledTasksEndpoint.TaskDescription - Class in org.springframework.boot.actuate.scheduling
Base class for descriptions of a Task.
scrape() - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
 
SecurityContext - Interface in org.springframework.boot.actuate.endpoint
Security context in which an endpoint is being invoked.
Selector - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
A Selector can be used on a parameter of an Endpoint method to indicate that the parameter is used to select a subset of the endpoint's data.
sendingResponse(HttpTrace, TraceableResponse, Supplier<Principal>, Supplier<String>) - Method in class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Ends the tracing of the exchange that is being concluded by sending the given response.
ServletEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being an endpoint that supplies a servlet to expose.
ServletEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
ServletEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableServletEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
Create a new ServletEndpointDiscoverer instance.
ServletEndpointRegistrar - Class in org.springframework.boot.actuate.endpoint.web
ServletContextInitializer to register servlet endpoints.
ServletEndpointRegistrar(String, Collection<ExposableServletEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
 
ServletEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
ServletRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A mapping description derived from a ServletRegistration.
ServletRegistrationMappingDescription(ServletRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
Creates a new ServletRegistrationMappingDescription derived from the given servletRegistration.
ServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
A MappingDescriptionProvider that describes that mappings of any Servlets registered with a ServletContext.
ServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
Session(String) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Session
Creates a Session.
SESSION_ID - org.springframework.boot.actuate.trace.http.Include
Include the session ID.
SessionDescriptor(Session) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
SessionsEndpoint - Class in org.springframework.boot.actuate.session
Endpoint to expose a user's Sessions.
SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint
Create a new SessionsEndpoint instance.
SessionsEndpoint.SessionDescriptor - Class in org.springframework.boot.actuate.session
A description of user's session.
SessionsEndpoint.SessionsReport - Class in org.springframework.boot.actuate.session
A report of user's sessions.
sessionsForUsername(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
 
SessionsReport(Map<String, ? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
setAttribute(Attribute) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
setAttributes(AttributeList) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
Set the capacity of this event repository.
setCapacity(int) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
Set the capacity of the in-memory repository.
setDataSource(DataSource) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Set the DataSource to use.
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
Keys that should be sanitized.
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
setOrder(int) - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 
setOrder(int) - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
 
setQuery(String) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Set a specific validation query to use to validate a connection.
setReverse(boolean) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
Flag to say that the repository lists traces in reverse order.
setStatusMapping(Map<String, Integer>) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Set specific status mappings.
setStatusOrder(List<String>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
Set the ordering of the status.
setStatusOrder(Status...) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
Set the ordering of the status.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
 
ShowDetails - Enum in org.springframework.boot.actuate.health
Options for showing details in responses from the HealthEndpoint web extensions.
shutdown() - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
 
shutdown() - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Shutdown the manager, running any PrometheusPushGatewayManager.ShutdownOperation.
ShutdownEndpoint - Class in org.springframework.boot.actuate.context
Endpoint to shutdown the ApplicationContext.
ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.context.ShutdownEndpoint
 
SIMPLE - org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Expose a pre-defined set of core settings only.
SimpleInfoContributor - Class in org.springframework.boot.actuate.info
A simple InfoContributor that exposes a single detail.
SimpleInfoContributor(String, Object) - Constructor for class org.springframework.boot.actuate.info.SimpleInfoContributor
 
SolrHealthIndicator - Class in org.springframework.boot.actuate.solr
HealthIndicator for Apache Solr.
SolrHealthIndicator(SolrClient) - Constructor for class org.springframework.boot.actuate.solr.SolrHealthIndicator
 
status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given statusCode.
status(String) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific status code.
status(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a statusTag derived from the exception thrown by the client.
status(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a status tag based on the status of the given response.
status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given Status instance.
status(Status) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific Status.
status(ClientHttpResponse) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a statusTag derived from the status of the given response.
status(ClientResponse) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a statusTag derived from the ClientResponse.statusCode() of the given response.
status(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a status tag based on the response status of the given exchange.
Status - Class in org.springframework.boot.actuate.health
Value object to express state of a component or subsystem.
Status(String) - Constructor for class org.springframework.boot.actuate.health.Status
Create a new Status instance with the given code and an empty description.
Status(String, String) - Constructor for class org.springframework.boot.actuate.health.Status
Create a new Status instance with the given code and description.
STATUS_BAD_REQUEST - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
400 Bad Request.
STATUS_INTERNAL_SERVER_ERROR - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
500 Internal Server Error.
STATUS_NO_CONTENT - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
204 No Content.
STATUS_NOT_FOUND - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
404 Not Found.
STATUS_OK - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
200 OK.
STATUS_SERVICE_UNAVAILABLE - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
503 Service Unavailable.
STATUS_TOO_MANY_REQUESTS - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
429 Too Many Requests.
stream() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return a stream of the contained parameters.
stream() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints

T

tags(ClientRequest, ClientResponse, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
 
tags(ClientRequest, ClientResponse, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTagsProvider
Provide tags to be associated with metrics for the client exchange.
TaskDescription(ScheduledTasksEndpoint.TaskType, Runnable) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
 
threadDump() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint
 
ThreadDumpEndpoint - Class in org.springframework.boot.actuate.management
Endpoint to expose thread info.
ThreadDumpEndpoint() - Constructor for class org.springframework.boot.actuate.management.ThreadDumpEndpoint
 
ThreadDumpEndpoint.ThreadDumpDescriptor - Class in org.springframework.boot.actuate.management
A description of a thread dump.
TIME_TAKEN - org.springframework.boot.actuate.trace.http.Include
Include the time taken to service the request in milliseconds.
timeoutStrategy(long, Health) - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
Specify an alternative timeout Health if a HealthIndicator failed to reply after specified timeout.
toLowerCaseString() - Method in class org.springframework.boot.actuate.endpoint.EndpointId
Return a lower-case version of the endpoint ID.
TomcatMetricsBinder - Class in org.springframework.boot.actuate.metrics.web.tomcat
Binds TomcatMetrics in response to the ApplicationStartedEvent.
TomcatMetricsBinder(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
TomcatMetricsBinder(MeterRegistry, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
toPropertySource() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the PropertySource to use based on the chosen InfoPropertiesInfoContributor.Mode.
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return a PropertySource for the SIMPLE mode.
toString() - Method in class org.springframework.boot.actuate.audit.AuditEvent
 
toString() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
toString() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
toString() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
toString() - Method in class org.springframework.boot.actuate.endpoint.EndpointId
 
toString() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
 
toString() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
 
toString() - Method in class org.springframework.boot.actuate.endpoint.web.Link
 
toString() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
toString() - Method in class org.springframework.boot.actuate.health.Health
 
toString() - Method in class org.springframework.boot.actuate.health.Status
 
toString() - Method in class org.springframework.boot.actuate.info.Info
 
toString() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
TraceableRequest - Interface in org.springframework.boot.actuate.trace.http
A representation of an HTTP request that is suitable for tracing.
TraceableResponse - Interface in org.springframework.boot.actuate.trace.http
A representation of an HTTP response that is suitable for tracing.
traces() - Method in class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
 

U

unknown() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UNKNOWN status.
unknown() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UNKNOWN status.
UNKNOWN - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is in an unknown state.
unregister(String) - Method in class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
 
unregister(String) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
 
unregister(String) - Method in interface org.springframework.boot.actuate.health.HealthIndicatorRegistry
Unregisters the HealthIndicator previously registered with the given name.
unregister(String) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Unregisters the ReactiveHealthIndicator previously registered with the given name.
up() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UP status.
up() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UP status.
UP - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is functioning as expected.
uri(String) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a uriTag from the given uriTemplate.
uri(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a uri tag based on the URI of the given request.
uri(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a uriTag for the URI of the given request.
uri(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a uriTag for the URI path of the given request.
uri(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a uri tag based on the URI of the given exchange.
useEndpointId() - Static method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
Deprecated.
since 2.1.0 in favor of PathMapper.getRootPath(List, EndpointId) with a null list

V

V1_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
Constant for the Actuator V1 media type.
V2_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
Constant for the Actuator V2 media type.
value() - Method in annotation type org.springframework.boot.actuate.endpoint.annotation.FilteredEndpoint
The filter class to use.
valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.health.ShowDetails
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.trace.http.Include
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.boot.actuate.endpoint.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.health.ShowDetails
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.trace.http.Include
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - Method in interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
Return true if the endpoint was discovered by the specified discoverer.
WebClientExchangeTags - Class in org.springframework.boot.actuate.metrics.web.reactive.client
Factory methods for creating Tags related to a request-response exchange performed by a WebClient.
WebClientExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.client
Tags provider for an exchange performed by a WebClient.
WebEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being an endpoint that is only exposed over HTTP.
WebEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
Create a new WebEndpointDiscoverer instance.
WebEndpointHttpMethod - Enum in org.springframework.boot.actuate.endpoint.web
An enumeration of HTTP methods supported by web endpoint operations.
WebEndpointResponse<T> - Class in org.springframework.boot.actuate.endpoint.web
A WebEndpointResponse can be returned by an operation on a EndpointWebExtension to provide additional, web-specific information such as the HTTP status code.
WebEndpointResponse() - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with no body and a 200 (OK) status.
WebEndpointResponse(int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with no body and the given status.
WebEndpointResponse(T) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with then given body and a 200 (OK) status.
WebEndpointResponse(T, int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with then given body and status.
WebEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web
WebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
WebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
Creates a new WebFluxEndpointHandlerMapping instance that provides mappings for the given endpoints.
WebFluxTags - Class in org.springframework.boot.actuate.metrics.web.reactive.server
Factory methods for Tags associated with a request-response exchange that is handled by WebFlux.
WebFluxTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.server
Provides Tags for WebFlux-based request handling.
WebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
A custom HandlerMapping that makes web endpoints available over HTTP using Spring MVC.
WebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
Creates a new WebMvcEndpointHandlerMapping instance that provides mappings for the given endpoints.
WebMvcMetricsFilter - Class in org.springframework.boot.actuate.metrics.web.servlet
Intercepts incoming HTTP requests and records metrics about Spring MVC execution time and results.
WebMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider, String, boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
Create a new WebMvcMetricsFilter instance.
WebMvcMetricsFilter(ApplicationContext, MeterRegistry, WebMvcTagsProvider, String, boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
WebMvcTags - Class in org.springframework.boot.actuate.metrics.web.servlet
Factory methods for Tags associated with a request-response exchange that is handled by Spring MVC.
WebMvcTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.servlet
Provides Tags for Spring MVC-based request handling.
WebOperation - Interface in org.springframework.boot.actuate.endpoint.web
An operation on a web endpoint.
WebOperationRequestPredicate - Class in org.springframework.boot.actuate.endpoint.web
A predicate for a request to an operation on a web endpoint.
WebOperationRequestPredicate(String, WebEndpointHttpMethod, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Creates a new OperationRequestPredicate.
WHEN_AUTHORIZED - org.springframework.boot.actuate.health.ShowDetails
Show details in the response when accessed by an authorized user.
withDetail(String, Object) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record detail using given key and value.
withDetail(String, Object) - Method in class org.springframework.boot.actuate.info.Info.Builder
Record detail using given key and value.
withDetails(Map<String, ?>) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record details from the given details map.
withDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.Info.Builder
Record several details.
withException(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record detail for given Exception.
withInitParameter(String, String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
withInitParameters(Map<String, String>) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
wrapReactiveWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Hook point that allows subclasses to wrap the AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation before it's called.
wrapServletWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Hook point that allows subclasses to wrap the AbstractWebMvcEndpointHandlerMapping.ServletWebOperation before it's called.
WRITE - org.springframework.boot.actuate.endpoint.OperationType
A write operation.
WriteOperation - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Identifies a method on an Endpoint as being a write operation.
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages