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
All Classes All Packages
All Classes All Packages
A
- AbstractAuditListener - Class in org.springframework.boot.actuate.audit.listener
- Abstract
ApplicationListenerto handleAuditApplicationEvents. - AbstractAuditListener() - Constructor for class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
- AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
- AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
- AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
- 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
endpointsdiscovered by aEndpointDiscoverer. - AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- Create a new
AbstractDiscoveredEndpointinstance. - AbstractDiscoveredOperation - Class in org.springframework.boot.actuate.endpoint.annotation
- Abstract base class for
endpoints operationsdiscovered by aEndpointDiscoverer. - AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- Create a new
AbstractDiscoveredOperationinstance. - AbstractExposableEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint
- Abstract base class for
ExposableEndpointimplementations. - AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
- Create a new
AbstractExposableEndpointinstance. - AbstractHealthAggregator - Class in org.springframework.boot.actuate.health
- Base
HealthAggregatorimplementation to allow subclasses to focus on aggregating theStatusinstances 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
HealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling. - AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
- Create a new
AbstractHealthIndicatorinstance with a defaulthealthCheckFailedMessage. - AbstractHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
- Create a new
AbstractHealthIndicatorinstance 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
AbstractHealthIndicatorinstance with a specific message to log when the health check fails. - AbstractReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
- Base
ReactiveHealthIndicatorimplementations that encapsulates creation ofHealthinstance 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
HandlerMappingthat 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
AbstractWebFluxEndpointHandlerMappingthat provides mappings for the operations of the givenwebEndpoints. - AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - Class in org.springframework.boot.actuate.endpoint.web.reactive
- An
OperationInvokerthat performs the invocation of a blocking operation on a separate thread using Reactor'selastic 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
HandlerMappingthat makesweb endpointsavailable over HTTP using Spring MVC. - AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- Creates a new
WebEndpointHandlerMappingthat provides mappings for the operations of the givenwebEndpoints. - AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- Creates a new
AbstractWebMvcEndpointHandlerMappingthat 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
- Deprecated.since 2.1.0 in favor of
HealthIndicatorRegistry.register(String, HealthIndicator) - addHealthIndicator(String, ReactiveHealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- Deprecated.since 2.1.0 in favor of
ReactiveHealthIndicatorRegistry.register(String, ReactiveHealthIndicator) - 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
Healthinstances 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
HealthIndicatorthat returnsStatus.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
ApplicationEventto encapsulateAuditEvents. - AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- Create a new
AuditApplicationEventthat wraps a newly createdAuditEvent. - AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- Create a new
AuditApplicationEventthat wraps a newly createdAuditEvent. - AuditApplicationEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- Create a new
AuditApplicationEventthat wraps a newly createdAuditEvent. - AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- Create a new
AuditApplicationEventthat wraps the specifiedAuditEvent. - 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
Endpointto 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
AbstractAuditListenerimplementation. - 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
Endpointto 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
BeansEndpointthat will describe the beans in the givencontextand 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
Cacheto 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
Healthinstance with the previously specified code and details. - build() - Method in class org.springframework.boot.actuate.info.Info.Builder
- Create a new
Infoinstance 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
statusand details to givendetails. - BuildInfoContributor - Class in org.springframework.boot.actuate.info
- An
InfoContributorthat exposesBuildProperties. - 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.CacheDescriptorfor 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
MeterBinderbased on aCache. - CacheMetricsRegistrar - Class in org.springframework.boot.actuate.metrics.cache
- Register supported
Cacheto aMeterRegistry. - 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.CachesReportof all availablecaches. - CachesEndpoint - Class in org.springframework.boot.actuate.cache
Endpointto expose availablecaches.- CachesEndpoint(Map<String, CacheManager>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint
- Create a new endpoint with the
CacheManagerinstances 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
EndpointWebExtensionfor theCachesEndpoint.- 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
OperationInvokerthat caches the response of an operation with a configurable time to live. - CachingOperationInvokerAdvisor - Class in org.springframework.boot.actuate.endpoint.invoker.cache
OperationInvokerAdvisorto 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
CacheMeterBinderProviderimplementation 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
HealthIndicatorreturning 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
CassandraHealthIndicatorinstance. - CassandraReactiveHealthIndicator - Class in org.springframework.boot.actuate.cassandra
- A
ReactiveHealthIndicatorfor Cassandra. - CassandraReactiveHealthIndicator(ReactiveCassandraOperations) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
- Create a new
CassandraHealthIndicatorinstance. - 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
- clientName(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- CompositeHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicatorthat returns health indications from all registered delegates.- CompositeHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
- Deprecated.since 2.1.0 in favor of
CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
- Create a new
CompositeHealthIndicatorfrom the specified indicators. - CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
- Create a new
CompositeHealthIndicatorfrom the indicators in the givenregistry. - CompositeHealthIndicatorFactory - Class in org.springframework.boot.actuate.health
- Deprecated.since 2.1.0 in favor of
CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - 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
ReactiveHealthIndicatorthat returns health indications from all registered delegates.- CompositeReactiveHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- Deprecated.since 2.1.0 in favor of
CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - CompositeReactiveHealthIndicator(HealthAggregator, Map<String, ReactiveHealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- Deprecated.since 2.1.0 in favor of
CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- Create a new
CompositeReactiveHealthIndicatorfrom the indicators in the givenregistry. - CompositeReactiveHealthIndicatorFactory - Class in org.springframework.boot.actuate.health
- Deprecated.since 2.1.0 in favor of
CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - 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
Endpointto expose application properties fromConfigurationPropertiesannotated 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
ConfigurationPropertiesbeans. - ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - Class in org.springframework.boot.actuate.context.properties
- A description of a
ConfigurationPropertiesbean. - ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
- A description of an application context's
ConfigurationPropertiesbeans. - ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.context.properties
BeanSerializerModifierto 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
ObjectMapperto be used to serialize theConfigurationPropertiesobjects into aMapstructure. - 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
ControllerEndpointDiscovererinstance. - ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
HandlerMappingthat exposes@ControllerEndpointand@RestControllerEndpointannotated endpoints over Spring WebFlux.- ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
HandlerMappingthat exposes@ControllerEndpointand@RestControllerEndpointannotated endpoints over Spring MVC.- ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
- Create a new
ControllerEndpointHandlerMappinginstance 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
ControllerEndpointHandlerMappinginstance 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
ParameterValueMapperbacked by aConversionService.- ConversionServiceParameterValueMapper() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- Create a new
ConversionServiceParameterValueMapperinstance. - ConversionServiceParameterValueMapper(ConversionService) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- Create a new
ConversionServiceParameterValueMapperinstance 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
Propertiesif it is set. - CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.couchbase
HealthIndicatorfor 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
ReactiveHealthIndicatorfor Couchbase. - CouchbaseReactiveHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
- Create a new
CouchbaseReactiveHealthIndicatorinstance. - 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
Resourcesfor the operations of the givenwebEndpoints. - 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
CompositeHealthIndicatorbased on the specified health indicators. - createHealthIndicatorRegistry(Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
- Create a
HealthIndicatorRegistrybased 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.OperationKeyfor 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
CompositeReactiveHealthIndicatorbased on the specified health indicators. - createReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
- Create a
ReactiveHealthIndicatorRegistrybased 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
HealthIndicatorthat tests the status of aDataSourceand optionally runs a test query.- DataSourceHealthIndicator() - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- Create a new
DataSourceHealthIndicatorinstance. - DataSourceHealthIndicator(DataSource) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- Create a new
DataSourceHealthIndicatorusing the specifiedDataSource. - DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- Create a new
DataSourceHealthIndicatorusing the specifiedDataSourceand validation query. - DataSourcePoolMetrics - Class in org.springframework.boot.actuate.metrics.jdbc
- A
MeterBinderfor aDataSource. - 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
- Create a new
DefaultHealthIndicatorRegistry. - DefaultHealthIndicatorRegistry(Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
- Create a new
DefaultHealthIndicatorRegistryfrom 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
- Create a new
DefaultReactiveHealthIndicatorRegistry. - DefaultReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
- Create a new
DefaultReactiveHealthIndicatorRegistryfrom 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
Endpointas 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
endpointdiscovered by anEndpointDiscoverer. - DiscoveredOperationMethod - Class in org.springframework.boot.actuate.endpoint.annotation
- An
OperationMethoddiscovered by anEndpointDiscoverer. - DiscoveredOperationMethod(Method, OperationType, AnnotationAttributes) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
- DiscovererEndpointFilter - Class in org.springframework.boot.actuate.endpoint.annotation
EndpointFilterthe matches based on theEndpointDiscovererthe created the endpoint.- DiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?, ?>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
- Create a new
DiscovererEndpointFilterinstance. - DiskSpaceHealthIndicator - Class in org.springframework.boot.actuate.system
- A
HealthIndicatorthat checks available disk space and reports a status ofStatus.DOWNwhen it drops below a configurable threshold. - DiskSpaceHealthIndicator(File, long) - Constructor for class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
- Deprecated.since 2.1.0 in favor of
DiskSpaceHealthIndicator(File, DataSize) - DiskSpaceHealthIndicator(File, DataSize) - Constructor for class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
- Create a new
DiskSpaceHealthIndicatorinstance. - 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
DispatcherHandlermapping. - DispatcherHandlerMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
- DispatcherHandlersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.reactive
- A
MappingDescriptionProviderthat introspects theHandlerMappingsthat are known to aDispatcherHandler. - 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
DispatcherServletmapping. - DispatcherServletMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
- DispatcherServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
- A
MappingDescriptionProviderthat introspects theHandlerMappingsthat are known to one or moreDispatcherServlets. - 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.Builderinstance with aStatus.DOWNstatus. - down(Exception) - Static method in class org.springframework.boot.actuate.health.Health
- Create a new
Health.Builderinstance with anStatus.DOWNstatus and the specified exception details. - down(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
- Set status to
Status.DOWNand add details for givenThrowable. - DOWN - Static variable in class org.springframework.boot.actuate.health.Status
Statusindicating 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
CacheMeterBinderProviderimplementation 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
HealthIndicatorfor an Elasticsearch cluster.- ElasticsearchHealthIndicator(Client, long, String...) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
- Create a new
ElasticsearchHealthIndicatorinstance. - ElasticsearchHealthIndicator(Client, long, List<String>) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
- Create a new
ElasticsearchHealthIndicatorinstance. - ElasticsearchJestHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
HealthIndicatorfor Elasticsearch using aJestClient.- ElasticsearchJestHealthIndicator(JestClient) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator
- ElasticsearchRestHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
HealthIndicatorfor an Elasticsearch cluster using aRestClient.- 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
endpointclass to which this JMX extension relates. - endpoint() - Method in annotation type org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExtension
- The
endpointclass 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
EndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans 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
EndpointDiscovererinstance. - EndpointDiscoverer.OperationKey - Class in org.springframework.boot.actuate.endpoint.annotation
- A key generated for an
Operationbased 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
linksto web endpoints. - EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
- Creates a new
EndpointLinksResolverthat will resolve links to the givenendpoints. - EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>, String) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
- Creates a new
EndpointLinksResolverthat will resolve links to the givenendpointsthat are exposed beneath the givenbasePath. - 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
EndpointMappingusing the givenpath. - EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
- Adapter to expose a
JMX endpointas aDynamicMBean. - 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
- EndpointObjectNameFactory - Interface in org.springframework.boot.actuate.endpoint.jmx
- A factory to create an
ObjectNamefor anEndpointMBean. - 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
Endpointto exposeenvironmentinformation.- 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
EndpointWebExtensionfor theEnvironmentEndpoint.- 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
InfoContributorthat 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
- exception(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
- 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
SessionandBuilder.
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
@Endpointto implement implicit filtering. - FilterRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- A
RegistrationMappingDescriptionderived from aFilterRegistration. - FilterRegistrationMappingDescription(FilterRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
- Creates a new
FilterRegistrationMappingDescriptionderived from the givenfilterRegistration. - FiltersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
- A
MappingDescriptionProviderthat describes that mappings of anyFiltersregistered with aServletContext. - 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
afterthe 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
HttpTraceobjects 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
Endpointto 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
Flywaybeans, primarily intended for serialization to JSON. - FlywayEndpoint.ContextFlywayBeans - Class in org.springframework.boot.actuate.flyway
- Description of an application context's
Flywaybeans, primarily intended for serialization to JSON. - FlywayEndpoint.FlywayDescriptor - Class in org.springframework.boot.actuate.flyway
- Description of a
Flywaybean, 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
EndpointIdfrom 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
HealthIndicatorregistered with the givenname. - get(String) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
- Returns the
ReactiveHealthIndicatorregistered with the givenname. - 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
tagsto be associated with the givenCache. - 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
RequestMappingmethods. - 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
nullif 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
PathMappedEndpointwith the given ID ornullif 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
MeterBindermanaging the specifiedCacheornullif the specifiedCacheis 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
ObjectNamefor the specifiedendpoint. - 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
nullif 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
Principalornull. - 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
HealthIndicatorRegistryof 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
endpointIdfrom 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
nullif 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
requestandresponseexchange. - 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
requestandresponseexchange. - 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
typeof 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
InfoContributorthat exposesGitProperties. - 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
trueif there is at least one parameter. - HazelcastCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProviderimplementation 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
Healthinstances. - HealthAggregator - Interface in org.springframework.boot.actuate.health
- Strategy interface used to aggregate
Healthinstances into a final one. - HealthEndpoint - Class in org.springframework.boot.actuate.health
Endpointto expose application health information.- HealthEndpoint(HealthIndicator) - Constructor for class org.springframework.boot.actuate.health.HealthEndpoint
- Create a new
HealthEndpointinstance that will use the givenhealthIndicatorto generate its response. - HealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
EndpointWebExtensionfor theHealthEndpoint.- 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
Healthof a particular component ornullif 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
Healthof a particularinstancemanaged by the specifiedcomponentornullif that particular component is not aCompositeHealthIndicatoror 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
HealthIndicatorto aReactiveHealthIndicatorso 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
Statusto 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
- Maps a
Healthto aWebEndpointResponse. - 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
Endpointto 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.HeapDumpercannot be created. - HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper - Class in org.springframework.boot.actuate.management
HeapDumpWebEndpoint.HeapDumperthat usescom.sun.management.HotSpotDiagnosticMXBeanavailable 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
HttpExchangeTracerthat will use the givenincludesto 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
HttpTraceinstance. - 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
- HttpTraceEndpoint(HttpTraceRepository) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
- Create a new
HttpTraceEndpointinstance. - HttpTraceEndpoint.HttpTraceDescriptor - Class in org.springframework.boot.actuate.trace.http
- A description of an application's
HttpTraceentries. - HttpTraceFilter - Class in org.springframework.boot.actuate.web.trace.servlet
- Servlet
Filterthat logs all requests to anHttpTraceRepository. - HttpTraceFilter(HttpTraceRepository, HttpExchangeTracer) - Constructor for class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
- Create a new
HttpTraceFilterinstance. - HttpTraceRepository - Interface in org.springframework.boot.actuate.trace.http
- A repository for
HttpTraces. - HttpTraceWebFilter - Class in org.springframework.boot.actuate.web.trace.reactive
- A
WebFilterfor 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
EndpointIdrules). - 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
HealthIndicatorfor 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
Infoinstances. - InfoContributor - Interface in org.springframework.boot.actuate.info
- Contributes additional info details.
- InfoEndpoint - Class in org.springframework.boot.actuate.info
Endpointto expose arbitrary application information.- InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.info.InfoEndpoint
- Create a new
InfoEndpointinstance. - InfoPropertiesInfoContributor<T extends org.springframework.boot.info.InfoProperties> - Class in org.springframework.boot.actuate.info
- A base
InfoContributorto expose anInfoProperties. - 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
AuditEventRepositoryimplementation. - 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
Endpointto expose the Spring Integration graph.- IntegrationGraphEndpoint(IntegrationGraphServer) - Constructor for class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
- Create a new
IntegrationGraphEndpointinstance that exposes a graph containing all the Spring Integration components in the givenIntegrationGraphServer. - 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
principalwith the given availablearguments. - 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
- 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
hrefis templated. - isUserInRole(String) - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
- Returns
trueif the currently authenticated user is in the givenrole, or false otherwise. - iterator() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
J
- JacksonJmxOperationResponseMapper - Class in org.springframework.boot.actuate.endpoint.jmx
JmxOperationResponseMapperthat delegates to a JacksonObjectMapperto 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
CacheMeterBinderProviderimplementation 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
Resourcesforweb 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
JettyServerThreadPoolMetricsin response to theApplicationStartedEvent. - 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
HealthIndicatorfor a JMSConnectionFactory.- 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
JmxEndpointDiscovererinstance. - JmxEndpointExporter - Class in org.springframework.boot.actuate.endpoint.jmx
- Exports
JMX endpointsto aMBeanServer. - 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
HealthIndicatorfor 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
Linkwith the givenhref. - 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
Endpointto 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
SpringLiquibasebeans, 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
SpringLiquibasebeans, primarily intended for serialization to JSON. - LiquibaseEndpoint.LiquibaseBean - Class in org.springframework.boot.actuate.liquibase
- Description of a
SpringLiquibasebean, 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
Endpointthat 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
Endpointto expose a collection ofLoggerConfigurations.- LoggersEndpoint(LoggingSystem) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint
- Create a new
LoggersEndpointinstance. - 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
HandlerInterceptorthat supports Micrometer's long task timers configured on a handler usingTimedwithTimed.longTask()set totrue. - LongTaskTimingHandlerInterceptor(MeterRegistry, WebMvcTagsProvider) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
- Creates a new
LongTaskTimingHandlerInterceptorthat will createLongTaskTimersusing the given registry.
M
- MailHealthIndicator - Class in org.springframework.boot.actuate.mail
HealthIndicatorfor 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
healthto aWebEndpointResponse, honouring the mapper's defaultShowDetailsusing the givensecurityContext. - map(Health, SecurityContext, ShowDetails) - Method in class org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
- Maps the given
healthto aWebEndpointResponse, honouring the givenshowDetailsusing the givensecurityContext. - mapDetails(Supplier<Health>, SecurityContext) - Method in class org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
- Maps the given
healthdetails to aWebEndpointResponse, honouring the mapper's defaultShowDetailsusing the givensecurityContext. - MapInfoContributor - Class in org.springframework.boot.actuate.info
- A simple
InfoContributorthat 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
inputparameter to the givenparameterType. - MappingDescriptionProvider - Interface in org.springframework.boot.actuate.web.mappings
- A
MappingDescriptionProviderprovides aListof 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
Endpointto 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
Statusto an HTTP status code. - match(E) - Method in interface org.springframework.boot.actuate.endpoint.EndpointFilter
- Return
trueif 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
methodtag based on themethodof the givenrequest. - method(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
- Creates a
methodTagfor themethodof the givenrequest. - method(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- Creates a
methodTagfor themethodof the givenrequest. - method(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
- Creates a
methodtag based on themethodof theServerWebExchange.getRequest()request of the givenexchange. - metric(String, List<String>) - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint
- MetricsEndpoint - Class in org.springframework.boot.actuate.metrics
- An
Endpointfor exposing the metrics held by aMeterRegistry. - 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
statisticand a value. - MetricsRestTemplateCustomizer - Class in org.springframework.boot.actuate.metrics.web.client
RestTemplateCustomizerthat configures theRestTemplateto record request metrics.- MetricsRestTemplateCustomizer(MeterRegistry, RestTemplateExchangeTagsProvider, String) - Constructor for class org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
- Creates a new
MetricsRestTemplateInterceptorthat will record metrics using the givenmeterRegistrywith tags provided by the giventagProvider. - MetricsWebClientCustomizer - Class in org.springframework.boot.actuate.metrics.web.reactive.client
WebClientCustomizerthat configures theWebClientto record request metrics.- MetricsWebClientCustomizer(MeterRegistry, WebClientExchangeTagsProvider, String) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
- Create a new
MetricsWebClientFilterFunctionthat will record metrics using the givenmeterRegistrywith tags provided by the giventagProvider. - MetricsWebClientFilterFunction - Class in org.springframework.boot.actuate.metrics.web.reactive.client
ExchangeFilterFunctionapplied via aMetricsWebClientCustomizerto 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
- Deprecated.since 2.0.6 in favor of
MetricsWebFilter(MeterRegistry, WebFluxTagsProvider, String, boolean) - 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
RuntimeExceptionthrown 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
HealthIndicatorreturning 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
- A
ReactiveHealthIndicatorfor Mongo. - MongoReactiveHealthIndicator(ReactiveMongoTemplate) - Constructor for class org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
N
- Neo4jHealthIndicator - Class in org.springframework.boot.actuate.neo4j
HealthIndicatorthat 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
Neo4jHealthIndicatorusing the specifiedSessionFactory. - 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
ParameterValueMapperthat 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
EndpointIdof 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.OperationKeyinstance. - 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
OperationMethodinstance. - 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
HealthAggregatorimplementation that aggregatesHealthinstances 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
OrderedHealthAggregatorinstance. - 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
WebClientmetrics. - 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
Statusindicating 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
outcometag based on the status of the givenresponse. - outcome(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
- Creates an
outcometag based on the response status of the givenexchange. - 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.Builderinstance with anStatus.OUT_OF_SERVICEstatus.
P
- ParameterMappingException - Exception in org.springframework.boot.actuate.endpoint.invoke
- A
ParameterMappingExceptionis thrown when a failure occurs duringoperation parameter mapping. - ParameterMappingException(OperationParameter, Object, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
- Creates a new
ParameterMappingExceptionfor a failure that occurred when trying to map the giveninputto the giventype. - 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
ExposableEndpointthat 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
PathMappedEndpointsinstance for the given suppliers. - PathMappedEndpoints(String, EndpointsSupplier<?>) - Constructor for class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- Create a new
PathMappedEndpointsinstance 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
PrometheusPushGatewayManagerinstance using a single threadedTaskScheduler. - 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
PrometheusPushGatewayManagerinstance. - 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
Endpointthat 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
HealthIndicatorreturning 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
MeterBinderfor 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
- Reactive
EndpointWebExtensionfor theHealthEndpoint. - ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator, HealthWebEndpointResponseMapper) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
- ReactiveHealthIndicator - Interface in org.springframework.boot.actuate.health
- Defines the
Healthof an arbitrary system or component. - ReactiveHealthIndicatorRegistry - Interface in org.springframework.boot.actuate.health
- A registry of
ReactiveHealthIndicators. - 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
Endpointas 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
requestbeing received. - RedisHealthIndicator - Class in org.springframework.boot.actuate.redis
- Simple implementation of a
HealthIndicatorreturning 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
- A
ReactiveHealthIndicatorfor Redis. - RedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
- ReflectiveOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
- An
OperationInvokerthat 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
methodon the giventarget. - 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 givenname. - 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 givenname. - 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
RegistrationMappingDescriptionderived from the givenregistrationand with the givenpredicate. - 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
valuefor the specified key if the value is notnull. - Request(String, URI, Map<String, List<String>>, String) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Request
- Creates a fully-configured
Requestinstance. - 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
MediaTypeExpressionin a request mapping condition. - RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- A description of a
MediaTypeExpressionin a request mapping condition. - RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
- A description of a
NameValueExpressionin a request mapping condition. - RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- A description of a
NameValueExpressionin 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
Responseinstance. - 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
Tagsrelated to a request-response exchange performed by aRestTemplate. - RestTemplateExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.client
- Provides
Tagsfor an exchange performed by aRestTemplate.
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
Endpointto 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
CronTaskor aTriggerTaskwith aCronTrigger. - ScheduledTasksEndpoint.FixedDelayTaskDescription - Class in org.springframework.boot.actuate.scheduling
- A description of a
FixedDelayTaskor aTriggerTaskwith a fixed-delayPeriodicTrigger. - ScheduledTasksEndpoint.FixedRateTaskDescription - Class in org.springframework.boot.actuate.scheduling
- A description of a
FixedRateTaskor aTriggerTaskwith a fixed-ratePeriodicTrigger. - 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
Selectorcan be used on a parameter of anEndpointmethod 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
ServletEndpointDiscovererinstance. - ServletEndpointRegistrar - Class in org.springframework.boot.actuate.endpoint.web
ServletContextInitializerto registerservlet 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
ServletRegistrationMappingDescriptionderived from the givenservletRegistration. - ServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
- A
MappingDescriptionProviderthat describes that mappings of anyServletsregistered with aServletContext. - 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
Endpointto expose a user'sSessions.- SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint
- Create a new
SessionsEndpointinstance. - 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
DataSourceto 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
HealthEndpointweb 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
Endpointto shutdown theApplicationContext.- 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
InfoContributorthat exposes a single detail. - SimpleInfoContributor(String, Object) - Constructor for class org.springframework.boot.actuate.info.SimpleInfoContributor
- SolrHealthIndicator - Class in org.springframework.boot.actuate.solr
HealthIndicatorfor 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.Builderinstance with a specific status code. - status(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- Creates a
statusTagderived from the exception thrown by the client. - status(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
- Creates a
statustag based on the status of the givenresponse. - status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
- Set status to given
Statusinstance. - status(Status) - Static method in class org.springframework.boot.actuate.health.Health
- Create a new
Health.Builderinstance with a specificStatus. - status(ClientHttpResponse) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
- Creates a
statusTagderived from thestatusof the givenresponse. - status(ClientResponse) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- Creates a
statusTagderived from theClientResponse.statusCode()of the givenresponse. - status(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
- Creates a
statustag based on the response status of the givenexchange. - 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
Statusinstance with the given code and an empty description. - Status(String, String) - Constructor for class org.springframework.boot.actuate.health.Status
- Create a new
Statusinstance 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
- Stream all
path mapped endpoints.
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
Endpointto 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
- 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
TomcatMetricsin response to theApplicationStartedEvent. - 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
PropertySourceto use based on the chosenInfoPropertiesInfoContributor.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
PropertySourcefor theSIMPLEmode. - 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.UNKNOWNstatus. - unknown() - Static method in class org.springframework.boot.actuate.health.Health
- Create a new
Health.Builderinstance with anStatus.UNKNOWNstatus. - UNKNOWN - Static variable in class org.springframework.boot.actuate.health.Status
Statusindicating 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
HealthIndicatorpreviously registered with the givenname. - unregister(String) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
- Unregisters the
ReactiveHealthIndicatorpreviously registered with the givenname. - up() - Method in class org.springframework.boot.actuate.health.Health.Builder
- Set status to
Status.UPstatus. - up() - Static method in class org.springframework.boot.actuate.health.Health
- Create a new
Health.Builderinstance with anStatus.UPstatus. - UP - Static variable in class org.springframework.boot.actuate.health.Status
Statusindicating 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
uriTagfrom the givenuriTemplate. - uri(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
- Creates a
uritag based on the URI of the givenrequest. - uri(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
- Creates a
uriTagfor the URI of the givenrequest. - uri(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- Creates a
uriTagfor the URI path of the givenrequest. - uri(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
- Creates a
uritag based on the URI of the givenexchange. - 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 anulllist
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
trueif the endpoint was discovered by the specified discoverer. - WebClientExchangeTags - Class in org.springframework.boot.actuate.metrics.web.reactive.client
- Factory methods for creating
Tagsrelated to a request-response exchange performed by aWebClient. - WebClientExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.client
Tagsprovider for an exchange performed by aWebClient.- 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
WebEndpointDiscovererinstance. - 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
WebEndpointResponsecan be returned by an operation on aEndpointWebExtensionto 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
WebEndpointResponsewith no body and a 200 (OK) status. - WebEndpointResponse(int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
- Creates a new
WebEndpointResponsewith no body and the givenstatus. - WebEndpointResponse(T) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
- Creates a new
WebEndpointResponsewith then given body and a 200 (OK) status. - WebEndpointResponse(T, int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
- Creates a new
WebEndpointResponsewith 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
HandlerMappingthat 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
WebFluxEndpointHandlerMappinginstance that provides mappings for the given endpoints. - WebFluxTags - Class in org.springframework.boot.actuate.metrics.web.reactive.server
- Factory methods for
Tagsassociated with a request-response exchange that is handled by WebFlux. - WebFluxTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.server
- Provides
Tagsfor WebFlux-based request handling. - WebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
- A custom
HandlerMappingthat 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
WebMvcEndpointHandlerMappinginstance 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
WebMvcMetricsFilterinstance. - WebMvcMetricsFilter(ApplicationContext, MeterRegistry, WebMvcTagsProvider, String, boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
- Deprecated.since 2.0.7 in favor of
WebMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider, String, boolean) - WebMvcTags - Class in org.springframework.boot.actuate.metrics.web.servlet
- Factory methods for
Tagsassociated with a request-response exchange that is handled by Spring MVC. - WebMvcTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.servlet
- Provides
Tagsfor 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
keyandvalue. - withDetail(String, Object) - Method in class org.springframework.boot.actuate.info.Info.Builder
- Record detail using given
keyandvalue. - withDetails(Map<String, ?>) - Method in class org.springframework.boot.actuate.health.Health.Builder
- Record details from the given
detailsmap. - 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.ReactiveWebOperationbefore 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.ServletWebOperationbefore 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
Endpointas being a write operation.
All Classes All Packages