- AbstractAuditListener - Class in org.springframework.boot.actuate.audit.listener
-
- AbstractAuditListener() - Constructor for class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
-
- AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
-
Abstract
ApplicationListener
to expose Spring Security
authentication events
as
AuditEvent
s.
- AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
-
Abstract
ApplicationListener
to expose Spring Security
authorization events
as
AuditEvent
s.
- AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- AbstractDiscoveredEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
-
- AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- AbstractDiscoveredOperation - Class in org.springframework.boot.actuate.endpoint.annotation
-
- AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- AbstractExposableEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint
-
- AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
-
- AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- AbstractHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- AbstractHealthIndicator(Function<Exception, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- AbstractReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
-
- AbstractReactiveHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-
- AbstractReactiveHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-
- AbstractReactiveHealthIndicator(Function<Throwable, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-
- AbstractWebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
-
A custom HandlerMapping
that makes web endpoints available over HTTP using
Spring WebFlux.
- AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
Creates a new AbstractWebFluxEndpointHandlerMapping
that provides mappings
for the operations of the given webEndpoints
.
- AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - Class in org.springframework.boot.actuate.endpoint.web.reactive
-
An
OperationInvoker
that performs the invocation of a blocking operation on
a separate thread using Reactor's
bounded
elastic scheduler
.
- AbstractWebFluxEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.actuate.endpoint.web.reactive
-
Reactive handler providing actuator links at the root endpoint.
- AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.reactive
-
A reactive web operation that can be handled by WebFlux.
- AbstractWebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
-
A custom
HandlerMapping
that makes
web endpoints
available over HTTP using Spring MVC.
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
Creates a new WebEndpointHandlerMapping
that provides mappings for the
operations of the given webEndpoints
.
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
Creates a new AbstractWebMvcEndpointHandlerMapping
that provides mappings
for the operations of the given endpoints.
- AbstractWebMvcEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.actuate.endpoint.web.servlet
-
Handler providing actuator links at the root endpoint.
- AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.servlet
-
A servlet web operation that can be handled by Spring MVC.
- ActuatorMediaType - Class in org.springframework.boot.actuate.endpoint.http
-
Media types that can be consumed and produced by Actuator endpoints.
- adapt(HealthContributor) - Static method in interface org.springframework.boot.actuate.health.ReactiveHealthContributor
-
- 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(S, Status) - Method in interface org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
-
Add a new status mapping .
- 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
-
- addDefaultStatus(Status) - Method in interface org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
-
Add the status that should be used if no explicit mapping is defined.
- 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
-
- aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
-
- aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
-
- aggregateContributions(ApiVersion, Map<String, Mono<? extends HealthComponent>>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
-
- ApiVersion - Enum in org.springframework.boot.actuate.endpoint.http
-
API versions supported for the actuator HTTP API.
- appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
-
Apply additional functionality to the given invoker.
- apply(OperationInvoker, long) - Static method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
-
- apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
-
- apply(String) - Method in class org.springframework.boot.actuate.health.HealthContributorNameFactory
-
- apply(Timer.Builder) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
-
Called to apply any auto-timer settings to the given Timer.Builder
.
- asTag() - Method in enum org.springframework.boot.actuate.metrics.http.Outcome
-
Returns the Outcome
as a Tag
named outcome
.
- AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
-
Spring
ApplicationEvent
to encapsulate
AuditEvent
s.
- AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- 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, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
-
Create a new audit event for the current time.
- 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(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
-
- AuditEventsEndpoint - Class in org.springframework.boot.actuate.audit
-
- AuditEventsEndpoint(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.AuditEventsEndpoint
-
- AuditEventsEndpoint.AuditEventsDescriptor - Class in org.springframework.boot.actuate.audit
-
- AuditListener - Class in org.springframework.boot.actuate.audit.listener
-
- 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
-
- 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.
- AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
-
- AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- AutoTimer - Interface in org.springframework.boot.actuate.metrics
-
Strategy that can be used to apply Timers
automatically instead of using
@Timed
.
- AvailabilityStateHealthIndicator - Class in org.springframework.boot.actuate.availability
-
A
HealthIndicator
that checks a specific
AvailabilityState
of the
application.
- AvailabilityStateHealthIndicator(ApplicationAvailability, Class<S>, Consumer<AvailabilityStateHealthIndicator.StatusMappings<S>>) - Constructor for class org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
-
- AvailabilityStateHealthIndicator.StatusMappings<S extends org.springframework.boot.availability.AvailabilityState> - Interface in org.springframework.boot.actuate.availability
-
Callback used to add status mappings.
- EhCache2CacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
-
- 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
-
- ElasticsearchReactiveHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
-
HealthIndicator
for an Elasticsearch cluster using a
ReactiveElasticsearchClient
.
- ElasticsearchReactiveHealthIndicator(ReactiveElasticsearchClient) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchReactiveHealthIndicator
-
- ElasticsearchRestHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
-
- ElasticsearchRestHealthIndicator(RestHighLevelClient) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
-
- ElasticsearchRestHealthIndicator(RestClient) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
-
- ENABLED - Static variable in interface org.springframework.boot.actuate.metrics.AutoTimer
-
An
AutoTimer
implementation that is enabled but applies no additional
customizations.
- 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.
- EndpointConverter - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
-
Qualifier for beans that are needed to convert
@Endpoint
input
parameters.
- EndpointDiscoverer<E extends ExposableEndpoint<O>,O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
-
- EndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<E>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
- EndpointDiscoverer.OperationKey - Class in org.springframework.boot.actuate.endpoint.annotation
-
A key generated for an
Operation
based on specific criteria from the actual
operation implementation.
- EndpointExtension - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
-
Annotation primarily used as a meta-annotation to indicate that an annotation provides
extension support for an endpoint.
- EndpointFilter<E extends ExposableEndpoint<?>> - Interface in org.springframework.boot.actuate.endpoint
-
Strategy class that can be used to filter
endpoints
.
- EndpointId - Class in org.springframework.boot.actuate.endpoint
-
An identifier for an actuator endpoint.
- EndpointJmxExtension - Annotation Type in org.springframework.boot.actuate.endpoint.jmx.annotation
-
Identifies a type as being a JMX-specific extension of an
@Endpoint
.
- EndpointLinksResolver - Class in org.springframework.boot.actuate.endpoint.web
-
A resolver for
links
to web endpoints.
- EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
-
Creates a new EndpointLinksResolver
that will resolve links to the given
endpoints
.
- EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>, String) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
-
Creates a new EndpointLinksResolver
that will resolve links to the given
endpoints
that are exposed beneath the given basePath
.
- EndpointMapping - Class in org.springframework.boot.actuate.endpoint.web
-
A value object for the base mapping for endpoints.
- EndpointMapping(String) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMapping
-
Creates a new EndpointMapping
using the given path
.
- EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
-
- EndpointMediaTypes - Class in org.springframework.boot.actuate.endpoint.web
-
Media types that are, by default, produced and consumed by an endpoint.
- EndpointMediaTypes(String...) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
-
- EndpointMediaTypes(List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
-
- EndpointMediaTypes(List<String>, List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
-
- EndpointObjectNameFactory - Interface in org.springframework.boot.actuate.endpoint.jmx
-
- 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
-
- EnvironmentEndpoint(Environment) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- EnvironmentEndpoint.EnvironmentDescriptor - Class in org.springframework.boot.actuate.env
-
A description of an Environment
.
- EnvironmentEndpoint.EnvironmentEntryDescriptor - Class in org.springframework.boot.actuate.env
-
A description of an entry of the Environment
.
- EnvironmentEndpoint.PropertySourceDescriptor - Class in org.springframework.boot.actuate.env
-
A description of a PropertySource
.
- EnvironmentEndpoint.PropertySourceEntryDescriptor - Class in org.springframework.boot.actuate.env
-
A description of a particular entry of PropertySource
.
- EnvironmentEndpoint.PropertySummaryDescriptor - Class in org.springframework.boot.actuate.env
-
A summary of a particular entry of the Environment
.
- EnvironmentEndpoint.PropertyValueDescriptor - Class in org.springframework.boot.actuate.env
-
A description of a property's value, including its origin if available.
- EnvironmentEndpointWebExtension - Class in org.springframework.boot.actuate.env
-
- EnvironmentEndpointWebExtension(EnvironmentEndpoint) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
-
- environmentEntry(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- environmentEntry(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
-
- EnvironmentInfoContributor - Class in org.springframework.boot.actuate.info
-
An
InfoContributor
that provides all environment entries prefixed with info.
- EnvironmentInfoContributor(ConfigurableEnvironment) - Constructor for class org.springframework.boot.actuate.info.EnvironmentInfoContributor
-
- equals(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
-
- equals(Object) - Method in class org.springframework.boot.actuate.endpoint.EndpointId
-
- equals(Object) - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
- equals(Object) - Method in class org.springframework.boot.actuate.health.Health
-
- equals(Object) - Method in class org.springframework.boot.actuate.health.Status
-
- equals(Object) - Method in class org.springframework.boot.actuate.info.Info
-
- events(String, OffsetDateTime, String) - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint
-
- evictionCount() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
-
- exception(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
-
Creates an exception
tag based on the simple
name
of the class of the given exception
.
- exception(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
-
Creates an exception
tag based on the simple
name
of the class of the given exception
.
- ExposableControllerEndpoint - Interface in org.springframework.boot.actuate.endpoint.web.annotation
-
Information describing an endpoint that can be exposed over Spring MVC or Spring
WebFlux.
- ExposableEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint
-
Information describing an endpoint that can be exposed in some technology specific way.
- ExposableJmxEndpoint - Interface in org.springframework.boot.actuate.endpoint.jmx
-
Information describing an endpoint that can be exposed over JMX.
- ExposableServletEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
-
Information describing an endpoint that can be exposed by registering a servlet.
- ExposableWebEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
-
Information describing an endpoint that can be exposed over the web.
- extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
-
- extractContent(PropertySource<?>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Extract the raw content based on the specified PropertySource
.
- 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 interface org.springframework.boot.actuate.health.HealthEndpointGroups
-
Return the group with the specified name or null
if the name is not known.
- get(String) - Method in class org.springframework.boot.actuate.info.Info
-
- get(String, Class<T>) - Method in class org.springframework.boot.actuate.info.Info
-
- getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
-
- getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
-
- getAdditionalTags(Cache) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
-
Return additional tags
to be associated with the given Cache
.
- getAggregateStatus(Set<Status>) - Method in class org.springframework.boot.actuate.health.SimpleStatusAggregator
-
- getAggregateStatus(Status...) - Method in interface org.springframework.boot.actuate.health.StatusAggregator
-
Return the aggregate status for the given set of statuses.
- getAggregateStatus(Set<Status>) - Method in interface org.springframework.boot.actuate.health.StatusAggregator
-
Return the aggregate status for the given set of statuses.
- getAliases() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- 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.
- getApiVersion() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
-
Return the API version in use.
- getArguments() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
-
Return the invocation arguments.
- 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
-
- getComponents() - Method in class org.springframework.boot.actuate.health.CompositeHealth
-
- 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
-
- getContributor() - Method in interface org.springframework.boot.actuate.health.NamedContributor
-
Returns the contributor instance.
- getContributor(String) - Method in interface org.springframework.boot.actuate.health.NamedContributors
-
Return the contributor with the given name.
- getController() - Method in interface org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
-
Return the source controller that contains @RequestMapping
methods.
- getCreationTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- getCron() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
-
- getCustom() - 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
-
- getDefault() - Static method in interface org.springframework.boot.actuate.health.StatusAggregator
-
- getDependencies() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- getDeploymentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
-
Returns the description of the operation.
- getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
-
Return the description of the parameter or null
if none is available.
- getDescription() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getDescription() - Method in class org.springframework.boot.actuate.health.Status
-
Return the description of this status.
- getDescription() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getDescription() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getDescriptor() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
-
- getDetails() - Method in class org.springframework.boot.actuate.health.CompositeHealth
-
- 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.SingleLoggerLevels
-
- getEndpoint(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- getEndpointBean() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- getEndpointBean() - Method in interface org.springframework.boot.actuate.endpoint.annotation.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
-
- getGroups() - Method in class org.springframework.boot.actuate.health.SystemHealth
-
- 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(HealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
-
- getHealth(HealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
-
- getHealth(boolean) - Method in interface org.springframework.boot.actuate.health.HealthIndicator
-
Return an indication of health.
- getHealth(ReactiveHealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
-
- getHealth(boolean) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicator
-
Provide the indicator of health.
- getHref() - Method in class org.springframework.boot.actuate.endpoint.web.Link
-
Returns the href of the link.
- getHttpCodeStatusMapper() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
-
- 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
-
- getInputs() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
-
- 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.WebMvcTagsContributor
-
Provides tags to be used by long task timers
.
- 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.
- getMatchAllRemainingPathSegmentsVariable() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Returns the name of the variable used to catch all remaining path segments
null
.
- 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
-
- getMembers() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevels
-
- getMeterBinder(C, Iterable<Tag>) - Method in interface org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider
-
Return the MeterBinder
managing the specified Cache
or null
if the specified Cache
is not supported.
- getMeterBinder(CaffeineCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
-
- getMeterBinder(EhCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
-
- getMeterBinder(HazelcastCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
-
- getMeterBinder(JCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
-
- getMeterBinder(RedisCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMeterBinderProvider
-
- 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 interface org.springframework.boot.actuate.health.NamedContributor
-
Returns the name of the contributor.
- getName(LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
-
- 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 interface org.springframework.boot.actuate.health.HealthEndpointGroups
-
Return the names of any additional groups.
- getNames() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.ListNamesResponse
-
- getNestedMap(Map<String, Object>, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Return the nested map with the specified key or empty map if the specified map
contains no mapping for the key.
- getObjectName(ExposableJmxEndpoint) - Method in interface org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
-
Generate an
ObjectName
for the specified
endpoint
.
- getOperationMethod() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- getOperations() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- getOperations() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
-
Returns the operations of the endpoint.
- getOperationType() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
-
Return the operation type.
- getOrder() - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
-
- getOrder() - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
-
- getOrderExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getOrigin() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
-
- getOriginParents() - 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(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Return the full path for the endpoint with the given ID or null
if the
endpoint cannot be found.
- getPath() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Returns the path for the operation.
- 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
-
- getPrimary() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
-
Return the primary group used by the endpoint.
- getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the user principal responsible for the event or an empty String if the
principal is not available.
- getPrincipal() - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
-
Return the currently authenticated Principal
or null
.
- getPrincipal() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
-
- getProduced() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
-
Returns the media types produced by an endpoint.
- getProduces() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Returns the media types that the operation produces.
- getProduces() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
-
- getProduces() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
-
- getProducesMediaTypes() - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
-
- getProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
-
- getProperties() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
-
- getProperties() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Return the properties that this instance manages.
- getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
-
- getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
-
- getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
-
- getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
-
- getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- getQuery() - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
Return the validation query or null
.
- getReason() - Method in exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
-
Return the reason explaining why the request is invalid, potentially null
.
- getRegistration() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
-
Returns the registration that is being described.
- 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(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Return the root path for the endpoint with the given ID or null
if the
endpoint cannot be found.
- getRootPath(EndpointId) - Method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
-
Resolve the root path for the specified endpointId
.
- getRootPath(List<PathMapper>, EndpointId) - Static method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
-
Resolve the root path for the specified endpointId
from the given path
mappers.
- 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
-
Return the security context to use for the invocation.
- getServletNameMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
-
Returns the servlet name mappings for the registered filter.
- getSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
-
- getSession() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
-
- getSessions() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
-
- getSource() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
-
- getSpringBootVersion() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint.StartupResponse
-
- getState(ApplicationAvailability) - Method in class org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
-
Return the current availability state.
- getState(ApplicationAvailability) - Method in class org.springframework.boot.actuate.availability.LivenessStateHealthIndicator
-
- getState(ApplicationAvailability) - Method in class org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator
-
- 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.CompositeHealth
-
- getStatus() - Method in class org.springframework.boot.actuate.health.Health
-
Return the status of the health.
- getStatus() - Method in class org.springframework.boot.actuate.health.HealthComponent
-
Return the status of the component.
- 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.
- getStatusAggregator() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
-
Returns the status aggregator that should be used for this group.
- getStatusCode(Status) - Method in interface org.springframework.boot.actuate.health.HttpCodeStatusMapper
-
Return the HTTP status code that corresponds to the given
health
status
.
- getStatusCode(Status) - Method in class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
-
- getTag() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getTag() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
-
- getTags(String, HttpRequest, ClientHttpResponse) - Method in class org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
-
- getTags(String, HttpRequest, ClientHttpResponse) - Method in interface org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider
-
Provides the tags to be associated with metrics that are recorded for the given
request
and response
exchange.
- getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
-
- getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsContributor
-
Provides tags to be associated with metrics for the given request
and
response
exchange.
- getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
-
Provides tags to be associated with metrics for the given request
and
response
exchange.
- getTarget() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
-
Return the fully qualified name of the native cache.
- getTarget() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.RunnableDescription
-
- getThreads() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint.ThreadDumpDescriptor
-
- getTimeline() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint.StartupResponse
-
- 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
-
- getTrigger() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CustomTriggerTaskDescription
-
- getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the type of event.
- getType() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- getType() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- getType() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
-
Returns the parameter type.
- getType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
-
Return the type of the operation parameter.
- getType() - Method in interface org.springframework.boot.actuate.endpoint.Operation
-
Returns the
type
of the operation.
- getType() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getUri() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
-
- getUri() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
-
Returns the URI of the request.
- getUrlPatternMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
-
Returns the URL pattern mappings for the registered filter.
- 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
-
- 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
-
- GroupLoggerLevels(LogLevel, List<String>) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevels
-
- of(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
-
Factory method to create a new
EndpointId
of the specified value.
- of(Environment, String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
-
Factory method to create a new
EndpointId
of the specified value.
- of(HealthEndpointGroup, Map<String, HealthEndpointGroup>) - Static method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
-
- of(String, C) - Static method in interface org.springframework.boot.actuate.health.NamedContributor
-
- 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(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
- onApplicationEvent(AbstractAuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- 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
-
- OperationInvoker - Interface in org.springframework.boot.actuate.endpoint.invoke
-
Interface to perform an operation invocation.
- OperationInvokerAdvisor - Interface in org.springframework.boot.actuate.endpoint.invoke
-
- OperationKey(Object, Supplier<String>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
-
- 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
-
- OperationParameter - Interface in org.springframework.boot.actuate.endpoint.invoke
-
A single operation parameter.
- OperationParameters - Interface in org.springframework.boot.actuate.endpoint.invoke
-
- OperationType - Enum in org.springframework.boot.actuate.endpoint
-
An enumeration of the different types of operation supported by an endpoint.
- 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.availability - package org.springframework.boot.actuate.availability
-
Actuator support for application availability concerns.
- 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.hazelcast - package org.springframework.boot.actuate.hazelcast
-
Actuator support for Hazelcast.
- 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.http - package org.springframework.boot.actuate.metrics.http
-
Support classes HTTP-related metrics.
- org.springframework.boot.actuate.metrics.jdbc - package org.springframework.boot.actuate.metrics.jdbc
-
Actuator support for JDBC metrics.
- org.springframework.boot.actuate.metrics.r2dbc - package org.springframework.boot.actuate.metrics.r2dbc
-
Actuator support for R2DBC metrics.
- org.springframework.boot.actuate.metrics.web.client - package org.springframework.boot.actuate.metrics.web.client
-
Actuator support for web client metrics.
- org.springframework.boot.actuate.metrics.web.jetty - package org.springframework.boot.actuate.metrics.web.jetty
-
Actuator support for Jetty metrics.
- org.springframework.boot.actuate.metrics.web.reactive.client - package org.springframework.boot.actuate.metrics.web.reactive.client
-
Actuator support for WebClient
metrics.
- org.springframework.boot.actuate.metrics.web.reactive.server - package org.springframework.boot.actuate.metrics.web.reactive.server
-
Actuator support for WebFlux metrics.
- org.springframework.boot.actuate.metrics.web.servlet - package org.springframework.boot.actuate.metrics.web.servlet
-
Actuator support for Spring MVC metrics.
- org.springframework.boot.actuate.metrics.web.tomcat - package org.springframework.boot.actuate.metrics.web.tomcat
-
Actuator support for Tomcat metrics.
- org.springframework.boot.actuate.mongo - package org.springframework.boot.actuate.mongo
-
Actuator support for Mongo.
- org.springframework.boot.actuate.neo4j - package org.springframework.boot.actuate.neo4j
-
Actuator support for Neo4j.
- org.springframework.boot.actuate.r2dbc - package org.springframework.boot.actuate.r2dbc
-
Actuator support for R2DBC.
- 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.startup - package org.springframework.boot.actuate.startup
-
Actuator support for ApplicationStartup
.
- org.springframework.boot.actuate.system - package org.springframework.boot.actuate.system
-
Actuator support for system-related concerns.
- org.springframework.boot.actuate.trace.http - package org.springframework.boot.actuate.trace.http
-
Actuator HTTP tracing support.
- org.springframework.boot.actuate.web.mappings - package org.springframework.boot.actuate.web.mappings
-
Actuator web request mappings support.
- org.springframework.boot.actuate.web.mappings.reactive - package org.springframework.boot.actuate.web.mappings.reactive
-
Actuator reactive request mappings support.
- org.springframework.boot.actuate.web.mappings.servlet - package org.springframework.boot.actuate.web.mappings.servlet
-
Actuator servlet request mappings support.
- org.springframework.boot.actuate.web.trace.reactive - package org.springframework.boot.actuate.web.trace.reactive
-
Actuator reactive HTTP tracing support.
- org.springframework.boot.actuate.web.trace.servlet - package org.springframework.boot.actuate.web.trace.servlet
-
Actuator servlet HTTP tracing support.
- OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
-
Status
indicating that the component or subsystem has been taken out of
service and should not be used.
- Outcome - Enum in org.springframework.boot.actuate.metrics.http
-
The outcome of an HTTP request.
- outcome(ClientHttpResponse) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
-
Creates an outcome
Tag
derived from the
status
of the given response
.
- outcome(ClientResponse) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
-
Creates an outcome
Tag
derived from the
status
of the given response
.
- outcome(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
-
Creates an outcome
tag based on the response status of the given
exchange
.
- outcome(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
-
Creates an outcome
tag based on the status of the given response
.
- outOfService() - Method in class org.springframework.boot.actuate.health.Health.Builder
-
- outOfService() - Static method in class org.springframework.boot.actuate.health.Health
-
- sanitize(String, Object) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
-
Sanitize the given value if necessary.
- sanitize(String, Object) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- Sanitizer - Class in org.springframework.boot.actuate.endpoint
-
Strategy that should be used by endpoint implementations to sanitize potentially
sensitive keys.
- Sanitizer() - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
-
- Sanitizer(String...) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
-
- scheduledTasks() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
-
- ScheduledTasksEndpoint - Class in org.springframework.boot.actuate.scheduling
-
@Endpoint
to expose information about an application's scheduled
tasks.
- ScheduledTasksEndpoint(Collection<ScheduledTaskHolder>) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
-
- ScheduledTasksEndpoint.CronTaskDescription - Class in org.springframework.boot.actuate.scheduling
-
A description of a CronTask
or a TriggerTask
with a
CronTrigger
.
- ScheduledTasksEndpoint.CustomTriggerTaskDescription - Class in org.springframework.boot.actuate.scheduling
-
A description of a TriggerTask
with a custom Trigger
.
- ScheduledTasksEndpoint.FixedDelayTaskDescription - Class in org.springframework.boot.actuate.scheduling
-
A description of a FixedDelayTask
or a TriggerTask
with a
fixed-delay PeriodicTrigger
.
- ScheduledTasksEndpoint.FixedRateTaskDescription - Class in org.springframework.boot.actuate.scheduling
-
A description of a FixedRateTask
or a TriggerTask
with a fixed-rate
PeriodicTrigger
.
- ScheduledTasksEndpoint.IntervalTaskDescription - Class in org.springframework.boot.actuate.scheduling
-
A description of an IntervalTask
.
- ScheduledTasksEndpoint.RunnableDescription - Class in org.springframework.boot.actuate.scheduling
-
A description of a Task's
Runnable
.
- 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(Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
-
- SecurityContext - Interface in org.springframework.boot.actuate.endpoint
-
Security context in which an endpoint is being invoked.
- Selector - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
-
A
@Selector
can be used on a parameter of an
@Endpoint
method
to indicate that the parameter is used to select a subset of the endpoint's data.
- Selector.Match - Enum in org.springframework.boot.actuate.endpoint.annotation
-
Match types that can be used with the @Selector
.
- 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
-
- ServletEndpointRegistrar - Class in org.springframework.boot.actuate.endpoint.web
-
- ServletEndpointRegistrar(String, Collection<ExposableServletEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
-
- ServletEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
-
- ServletRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
-
A mapping description derived from a ServletRegistration
.
- ServletRegistrationMappingDescription(ServletRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
-
Creates a new ServletRegistrationMappingDescription
derived from the given
servletRegistration
.
- ServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
-
- 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
.
- SessionDescriptor(Session) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- SessionsEndpoint - Class in org.springframework.boot.actuate.session
-
- SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint
-
- SessionsEndpoint.SessionDescriptor - Class in org.springframework.boot.actuate.session
-
A description of user's session
.
- SessionsEndpoint.SessionsReport - Class in org.springframework.boot.actuate.session
-
A report of user's sessions
.
- sessionsForUsername(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
-
- SessionsReport(Map<String, ? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- setAttribute(Attribute) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- setAttributes(AttributeList) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
-
- setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
Set the capacity of this event repository.
- setCapacity(int) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
-
Set the capacity of the in-memory repository.
- setDataSource(DataSource) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
Set the DataSource
to use.
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
-
Keys that should be sanitized.
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- setOrder(int) - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
-
- setOrder(int) - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
-
- setQuery(String) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
Set a specific validation query to use to validate a connection.
- setReverse(boolean) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
-
Flag to say that the repository lists traces in reverse order.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
-
- showComponents(SecurityContext) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
-
- showDetails(SecurityContext) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
-
- shutdown() - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
-
- shutdown() - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
-
- ShutdownEndpoint - Class in org.springframework.boot.actuate.context
-
@Endpoint
to shutdown the
ApplicationContext
.
- ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.context.ShutdownEndpoint
-
- SimpleHttpCodeStatusMapper - Class in org.springframework.boot.actuate.health
-
- SimpleHttpCodeStatusMapper() - Constructor for class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
-
- SimpleHttpCodeStatusMapper(Map<String, Integer>) - Constructor for class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
-
- SimpleInfoContributor - Class in org.springframework.boot.actuate.info
-
- SimpleInfoContributor(String, Object) - Constructor for class org.springframework.boot.actuate.info.SimpleInfoContributor
-
- SimpleStatusAggregator - Class in org.springframework.boot.actuate.health
-
- SimpleStatusAggregator() - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
-
- SimpleStatusAggregator(Status...) - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
-
- SimpleStatusAggregator(String...) - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
-
- SimpleStatusAggregator(List<String>) - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
-
- SingleLoggerLevels(LoggerConfiguration) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.SingleLoggerLevels
-
- size() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
-
- SolrHealthIndicator - Class in org.springframework.boot.actuate.solr
-
- SolrHealthIndicator(SolrClient) - Constructor for class org.springframework.boot.actuate.solr.SolrHealthIndicator
-
- startup() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint
-
- StartupEndpoint - Class in org.springframework.boot.actuate.startup
-
@Endpoint
to expose the timeline of the
application startup
.
- StartupEndpoint(BufferingApplicationStartup) - Constructor for class org.springframework.boot.actuate.startup.StartupEndpoint
-
Creates a new StartupEndpoint
that will describe the timeline of buffered
application startup events.
- StartupEndpoint.StartupResponse - Class in org.springframework.boot.actuate.startup
-
A description of an application startup, primarily intended for serialization to
JSON.
- status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Set status to given statusCode
.
- status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Set status to given
Status
instance.
- status(String) - Static method in class org.springframework.boot.actuate.health.Health
-
- status(Status) - Static method in class org.springframework.boot.actuate.health.Health
-
- Status - Class in org.springframework.boot.actuate.health
-
Value object to express state of a component or subsystem.
- Status(String) - Constructor for class org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and an empty description.
- Status(String, String) - Constructor for class org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and description.
- status(ClientHttpResponse) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
-
Creates a status
Tag
derived from the
status
of the given response
.
- status(ClientResponse, Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
-
Creates a status
Tag
derived from the
ClientResponse.statusCode()
of the given response
if available, the
thrown exception otherwise, or considers the request as Cancelled as a last resort.
- status(ClientResponse) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
-
- status(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
-
- status(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
-
Creates a status
tag based on the response status of the given
exchange
.
- status(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
-
Creates a status
tag based on the status of the given response
.
- STATUS_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
.
- StatusAggregator - Interface in org.springframework.boot.actuate.health
-
Strategy used to aggregate
Status
instances.
- 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() - Method in interface org.springframework.boot.actuate.health.NamedContributors
-
- stringifyIfNecessary(Object) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- SystemHealth - Class in org.springframework.boot.actuate.health
-
A
HealthComponent
that represents the overall system health and the available
groups.
- V2_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
-
Constant for the Actuator
v2
media type.
- V3_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
-
Constant for the Actuator
v3
media type.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.annotation.Selector.Match
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.http.ApiVersion
-
Returns the enum constant of this type with the specified name.
- 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.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.metrics.http.Outcome
-
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.annotation.Selector.Match
-
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.http.ApiVersion
-
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.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.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.metrics.http.Outcome
-
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.
- wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - Method in interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
-
Return true
if the endpoint was discovered by the specified discoverer.
- WebClientExchangeTags - Class in org.springframework.boot.actuate.metrics.web.reactive.client
-
Factory methods for creating Tags
related to a request-response exchange
performed by a WebClient
.
- WebClientExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.client
-
Tags
provider for an exchange performed by a
WebClient
.
- WebEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
-
Identifies a type as being an endpoint that is only exposed over HTTP.
- WebEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
-
- WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
-
- WebEndpointHttpMethod - Enum in org.springframework.boot.actuate.endpoint.web
-
An enumeration of HTTP methods supported by web endpoint operations.
- WebEndpointResponse<T> - Class in org.springframework.boot.actuate.endpoint.web
-
A
WebEndpointResponse
can be returned by an operation on a
@EndpointWebExtension
to provide additional, web-specific
information such as the HTTP status code.
- WebEndpointResponse() - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse
with no body and a 200 (OK) status.
- WebEndpointResponse(int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse
with no body and the given
status
.
- WebEndpointResponse(T) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse
with then given body and a 200 (OK)
status.
- WebEndpointResponse(T, int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse
with then given body and status.
- WebEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web
-
- WebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
-
A custom HandlerMapping
that makes web endpoints available over HTTP using
Spring WebFlux.
- WebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
-
Creates a new WebFluxEndpointHandlerMapping
instance that provides mappings
for the given endpoints.
- WebFluxTags - Class in org.springframework.boot.actuate.metrics.web.reactive.server
-
Factory methods for Tags
associated with a request-response exchange that
is handled by WebFlux.
- WebFluxTagsContributor - Interface in org.springframework.boot.actuate.metrics.web.reactive.server
-
A contributor of Tags
for WebFlux-based request handling.
- WebFluxTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.server
-
Provides Tags
for WebFlux-based request handling.
- WebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
-
A custom HandlerMapping
that makes web endpoints available over HTTP using
Spring MVC.
- WebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
-
Creates a new WebMvcEndpointHandlerMapping
instance that provides mappings
for the given endpoints.
- WebMvcMetricsFilter - Class in org.springframework.boot.actuate.metrics.web.servlet
-
Intercepts incoming HTTP requests and records metrics about Spring MVC execution time
and results.
- WebMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
-
- WebMvcTags - Class in org.springframework.boot.actuate.metrics.web.servlet
-
Factory methods for Tags
associated with a request-response exchange that
is handled by Spring MVC.
- WebMvcTagsContributor - Interface in org.springframework.boot.actuate.metrics.web.servlet
-
A contributor of Tags
for Spring MVC-based request handling.
- WebMvcTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.servlet
-
Provides Tags
for Spring MVC-based request handling.
- WebOperation - Interface in org.springframework.boot.actuate.endpoint.web
-
An operation on a web endpoint.
- WebOperationRequestPredicate - Class in org.springframework.boot.actuate.endpoint.web
-
A predicate for a request to an operation on a web endpoint.
- WebOperationRequestPredicate(String, WebEndpointHttpMethod, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Creates a new OperationRequestPredicate
.
- withDetail(String, Object) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Record detail using given key
and value
.
- withDetail(String, Object) - Method in class org.springframework.boot.actuate.info.Info.Builder
-
Record detail using given key
and value
.
- withDetails(Map<String, ?>) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Record details from the given details
map.
- withDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.Info.Builder
-
Record several details.
- withException(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Record detail for given Exception
.
- withInitParameter(String, String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
- withInitParameters(Map<String, String>) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
- withLoadOnStartup(int) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
Sets the loadOnStartup
priority that will be set on Servlet registration.
- wrapReactiveWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
- wrapServletWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- WriteOperation - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
-
Identifies a method on an
@Endpoint
as being a write operation.