- 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, String, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- 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(String, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- AbstractHealthAggregator - Class in org.springframework.boot.actuate.health
-
Base
HealthAggregator
implementation to allow subclasses to focus on
aggregating the
Status
instances and not deal with contextual details etc.
- AbstractHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
- AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
-
- 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
-
- AbstractWebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
-
A custom HandlerMapping
that makes web endpoints available over HTTP using
Spring WebFlux.
- AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
Creates a new AbstractWebFluxEndpointHandlerMapping
that provides mappings
for the operations of the given webEndpoints
.
- AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - Class in org.springframework.boot.actuate.endpoint.web.reactive
-
An
OperationInvoker
that performs the invocation of a blocking operation on
a separate thread using Reactor's
elastic scheduler
.
- AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.reactive
-
A reactive web operation that can be handled by WebFlux.
- AbstractWebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
-
A custom
HandlerMapping
that makes
web endpoints
available over HTTP using Spring MVC.
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
Creates a new WebEndpointHandlerMapping
that provides mappings for the
operations of the given webEndpoints
.
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
Creates a new AbstractWebMvcEndpointHandlerMapping
that provides mappings
for the operations of the given endpoints.
- AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.servlet
-
A servlet web operation that can be handled by Spring MVC.
- ActuatorMediaType - Class in org.springframework.boot.actuate.endpoint.http
-
Media types that can be consumed and produced by Actuator endpoints.
- add(AuditEvent) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
-
Log an event.
- add(AuditEvent) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- add(HttpTrace) - Method in interface org.springframework.boot.actuate.trace.http.HttpTraceRepository
-
Adds a trace to the repository.
- add(HttpTrace) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
-
- addHealthIndicator(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- addHealthIndicator(String, ReactiveHealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
-
- addStatusMapping(Map<String, Integer>) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
-
Add specific status mappings to the existing set.
- addStatusMapping(Status, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
-
Add a status mapping to the existing set.
- addStatusMapping(String, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
-
Add a status mapping to the existing set.
- afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
- aggregate(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
- aggregate(Map<String, Health>) - Method in interface org.springframework.boot.actuate.health.HealthAggregator
-
Aggregate several given
Health
instances into one.
- aggregateDetails(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
Return the map of 'aggregate' details that should be used from the specified
healths.
- aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
Return the single 'aggregate' status that should be used from the specified
candidates.
- aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
- appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- ApplicationHealthIndicator - Class in org.springframework.boot.actuate.health
-
- ApplicationHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.ApplicationHealthIndicator
-
- apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
-
Apply additional functionality to the given invoker.
- apply(String, OperationType, OperationParameters, OperationInvoker) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
-
- apply(OperationInvoker, long) - Static method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
-
Apply caching configuration when appropriate to the given invoker.
- apply(String, OperationType, OperationParameters, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
-
Deprecated.
- 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.HealthIndicatorNameFactory
-
- 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
-
- 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
-
- ElasticsearchHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
-
- ElasticsearchHealthIndicator(Client, long, List<String>) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
-
- ElasticsearchHealthIndicator(Client, long, String...) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
-
- ElasticsearchJestHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
-
- ElasticsearchJestHealthIndicator(JestClient) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator
-
- Endpoint - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
-
Identifies a type as being an actuator endpoint that provides information about the
running application.
- EndpointDiscoverer<E extends ExposableEndpoint<O>,O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
-
- 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(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
-
Endpoint
to expose
environment
information.
- EnvironmentEndpoint(Environment) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- EnvironmentEndpoint.EnvironmentDescriptor - Class in org.springframework.boot.actuate.env
-
A description of an Environment
.
- EnvironmentEndpoint.EnvironmentEntryDescriptor - Class in org.springframework.boot.actuate.env
-
A description of an entry of the Environment
.
- EnvironmentEndpoint.PropertySourceDescriptor - Class in org.springframework.boot.actuate.env
-
A description of a PropertySource
.
- EnvironmentEndpoint.PropertySourceEntryDescriptor - Class in org.springframework.boot.actuate.env
-
A description of a particular entry of PropertySource
.
- EnvironmentEndpoint.PropertySummaryDescriptor - Class in org.springframework.boot.actuate.env
-
A summary of a particular entry of the Environment
.
- EnvironmentEndpoint.PropertyValueDescriptor - Class in org.springframework.boot.actuate.env
-
A description of a property's value, including its origin if available.
- EnvironmentEndpointWebExtension - Class in org.springframework.boot.actuate.env
-
- EnvironmentEndpointWebExtension(EnvironmentEndpoint) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
-
- environmentEntry(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- environmentEntry(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
-
- EnvironmentInfoContributor - Class in org.springframework.boot.actuate.info
-
An
InfoContributor
that provides all environment entries prefixed with info.
- EnvironmentInfoContributor(ConfigurableEnvironment) - Constructor for class org.springframework.boot.actuate.info.EnvironmentInfoContributor
-
- equals(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
-
- equals(Object) - Method in class org.springframework.boot.actuate.endpoint.EndpointId
-
- equals(Object) - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
- equals(Object) - Method in class org.springframework.boot.actuate.health.Health
-
- equals(Object) - Method in class org.springframework.boot.actuate.health.Status
-
- equals(Object) - Method in class org.springframework.boot.actuate.info.Info
-
- events(String, OffsetDateTime, String) - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint
-
- exception(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
-
Creates an
exception
tag based on the
simple
name
of the class of the given
exception
.
- exception(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
-
Creates a
exception
tag based on the
simple
name
of the class of the given
exception
.
- ExposableControllerEndpoint - Interface in org.springframework.boot.actuate.endpoint.web.annotation
-
Information describing an endpoint that can be exposed over Spring MVC or Spring
WebFlux.
- ExposableEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint
-
Information describing an endpoint that can be exposed in some technology specific way.
- ExposableJmxEndpoint - Interface in org.springframework.boot.actuate.endpoint.jmx
-
Information describing an endpoint that can be exposed over JMX.
- ExposableServletEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
-
Information describing an endpoint that can be exposed by registering a servlet.
- ExposableWebEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
-
Information describing an endpoint that can be exposed over the web.
- extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
-
- extractContent(PropertySource<?>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Extract the raw content based on the specified PropertySource
.
- extractResult(Session, Health.Builder) - Method in class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
-
Provide health details using the specified
Session
and
Builder
.
- generateContent() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Extract the content to contribute to the info endpoint.
- GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
-
- get(int) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
-
Return the parameter at the specified index.
- get(String) - Method in class org.springframework.boot.actuate.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
.
- 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.
- getArguments() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
-
- getAttribute(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getAttributeNames() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- getAttributes(String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
Get the audit event.
- getAuthor() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getAvailableTags() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getBasePath() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Return the base path for the endpoints.
- getBaseUnit() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getBeans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
-
- getBeans() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
-
- getBody() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Returns the body for the response.
- getChangeLog() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getChangeSets() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
-
- getChecksum() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getChecksum() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getClassName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
-
- getClassName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription
-
- getClassName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
-
Returns the class name of the registered Filter or Servlet.
- getCode() - Method in class org.springframework.boot.actuate.health.Status
-
Return the code for this status.
- getComments() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getConfiguredLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
-
- getConsumed() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
-
Returns the media types consumed by an endpoint.
- getConsumes() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Returns the media types that the operation consumes.
- getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
-
- getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
-
- getContexts() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ApplicationBeans
-
- getContexts() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties
-
- getContexts() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ApplicationFlywayBeans
-
- getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ApplicationLiquibaseBeans
-
- getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
-
- getContexts() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ApplicationMappings
-
- getController() - Method in interface org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
-
Return the source controller that contains RequestMapping
methods.
- getCreationTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- getCron() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
-
- getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the event data.
- getDateExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getDependencies() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- getDeploymentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
-
Returns the description of the operation.
- getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
-
Return the description of the parameter or null
if none is available.
- getDescription() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getDescription() - Method in class org.springframework.boot.actuate.health.Status
-
Return the description of this status.
- getDescription() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getDescription() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getDescriptor() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
-
- getDetails() - Method in class org.springframework.boot.actuate.health.Health
-
Return the details of the health.
- getDetails() - Method in class org.springframework.boot.actuate.info.Info
-
Return the content.
- getDetails() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
-
- getDetails() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
-
- getEffectiveLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
-
- getEndpoint(String) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- 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 interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
-
Return the endpoint ID.
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
- getEndpoints() - Method in interface org.springframework.boot.actuate.endpoint.EndpointsSupplier
-
Return the provided endpoints.
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
Return the web endpoints being mapped.
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
Return the web endpoints being mapped.
- getEndpointServlet() - Method in interface org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
-
Return details of the servlet that should registered.
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
- getEvents() - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint.AuditEventsDescriptor
-
- getExecType() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getExecutionTime() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getExpression() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CronTaskDescription
-
- getFixedDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
-
- getFixedRate() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
-
- getFlywayBeans() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
-
- getHandler() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
-
- getHandler() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
-
- getHandlerFunction() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
-
- getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
-
- getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
-
- getHeaders() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
-
- getHeaders() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Response
-
- getHeaders() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
-
Returns a modifiable copy of the headers of the request.
- getHeaders() - Method in interface org.springframework.boot.actuate.trace.http.TraceableResponse
-
Returns a modifiable copy of the headers of the response.
- getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
-
- getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
-
- getHealth(SecurityContext) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
-
- getHealth(SecurityContext, ShowDetails) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
-
- getHref() - Method in class org.springframework.boot.actuate.endpoint.web.Link
-
Returns the href of the link.
- getHttpMethod() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Returns the HTTP method for the operation.
- getId() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- getId() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
-
- getId() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
-
Returns the ID of the operation that uniquely identifies it within its endpoint.
- getId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getId() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- getId() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Session
-
- getInitialDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
-
- getInstalledBy() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getInstalledOn() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getInstalledRank() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getInterval() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
-
- getLabels() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getLastAccessedTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- getLiquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
-
- getLongRequestTags(HttpServletRequest, Object) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
-
- getLongRequestTags(HttpServletRequest, Object) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
-
Provides tags to be used by long task timers
.
- getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
- getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- getMappingName() - Method in interface org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
-
Returns the name of the mappings described by this provider.
- getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
-
- getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
-
- getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
-
- getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
-
- getMappings() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
-
- getMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
-
Returns the mappings for the registered servlet.
- getMaxInactiveInterval() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- getMBeanInfo() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getMeasurements() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
-
- getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
-
- getMeterBinder(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
-
- 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
-
- getMethodTag(ServerRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.RouterFunctionMetrics
-
Deprecated.
Creates a method
tag from the method of the given request
.
- 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 interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
-
Returns the parameter name.
- getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
-
Returns the name of the operation.
- getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
-
Return the name of the operation parameter.
- getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
-
- getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
-
- getName() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getName() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Principal
-
- getName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
-
- getName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
-
- getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
-
Returns the name of the registered Filter or Servlet.
- getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
-
- getNames() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.ListNamesResponse
-
- getNestedMap(Map<String, Object>, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Return the nested map with the specified key or empty map if the specified map
contains no mapping for the key.
- getObjectName(ExposableJmxEndpoint) - Method in interface org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
-
- getOperationMethod() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- getOperations() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- getOperations() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
-
Returns the operations of the endpoint.
- getOperationType() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
-
Return the operation type.
- getOrder() - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
-
- getOrder() - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
-
- getOrderExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getOrigin() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
-
- getOutputType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
-
Returns the type of the output of the operation.
- getParameter() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
-
Return the parameter being mapped.
- getParameterCount() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
-
Return the total number of parameters.
- getParameters() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
-
Return the operation parameters.
- getParameters() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
-
Returns the parameters the operation expects in the order that they should be
provided.
- getParams() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
-
- getParams() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
-
- getParentId() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
-
- getParentId() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
-
- getParentId() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
-
- getParentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
-
- getParentId() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
-
Returns the path to which endpoints should be mapped.
- getPath(String) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- 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
-
- 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(String) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- 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 endpoint with the specified endpointId
.
- getRootPath(String) - Method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
-
- getRunnable() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
-
- getScope() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- getScript() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getSecurityContext() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
-
- getServletNameMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
-
Returns the servlet name mappings for the registered filter.
- getSession(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
-
- getState() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getStatistic() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
-
- getStatus() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Returns the status for the response.
- getStatus() - Method in class org.springframework.boot.actuate.health.Health
-
Return the status of the health.
- getStatus() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Response
-
- getStatus() - Method in interface org.springframework.boot.actuate.trace.http.TraceableResponse
-
The status of the response.
- getStatusMapping() - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
-
Return an immutable view of the status mapping.
- getStatusTag(ServerResponse) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.RouterFunctionMetrics
-
Deprecated.
Creates a status
tag from the status of the given response
.
- getTag() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getTag() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
-
- getTags(String, HttpRequest, ClientHttpResponse) - Method in class org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
-
- getTags(String, HttpRequest, ClientHttpResponse) - Method in interface org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider
-
Provides the tags to be associated with metrics that are recorded for the given
request
and response
exchange.
- getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
-
- getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
-
Provides tags to be associated with metrics for the given request
and
response
exchange.
- getTarget() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.RunnableDescription
-
- getThreads() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint.ThreadDumpDescriptor
-
- getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the date/time that the event was logged.
- getTimestamp() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
-
- getTimeTaken() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
-
- getTimeToLive() - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
-
Return the maximum time in milliseconds that a response can be cached.
- getTraces() - Method in class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint.HttpTraceDescriptor
-
- getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the type of event.
- getType() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- getType() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- getType() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
-
Returns the parameter type.
- getType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
-
Return the type of the operation parameter.
- getType() - Method in interface org.springframework.boot.actuate.endpoint.Operation
-
Returns the
type
of the operation.
- getType() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getUri() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
-
- getUri() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
-
Returns the URI of the request.
- getUrlPatternMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
-
Returns the URL pattern mappings for the registered filter.
- getValidationQuery(String) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
- getValue() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
-
Return the value being mapped.
- getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
-
- getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
-
- getValue() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
-
- getValue() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
-
- getValues() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
-
- getVersion() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- GitInfoContributor - Class in org.springframework.boot.actuate.info
-
- GitInfoContributor(GitProperties) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
-
- GitInfoContributor(GitProperties, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
-
- of(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
-
Factory method to create a new
EndpointId
of the specified value.
- onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
-
- onApplicationEvent(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.
- OrderedHealthAggregator - Class in org.springframework.boot.actuate.health
-
Default
HealthAggregator
implementation that aggregates
Health
instances and determines the final system state based on a simple ordered list.
- OrderedHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
- org.springframework.boot.actuate.amqp - package org.springframework.boot.actuate.amqp
-
Actuator support for AMQP and RabbitMQ.
- org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
-
Core actuator auditing classes.
- org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
-
Actuator auditing listeners.
- org.springframework.boot.actuate.beans - package org.springframework.boot.actuate.beans
-
Actuator support relating to Spring Beans.
- org.springframework.boot.actuate.cassandra - package org.springframework.boot.actuate.cassandra
-
Actuator support for Cassandra.
- org.springframework.boot.actuate.context - package org.springframework.boot.actuate.context
-
Actuator support relating to Spring Context.
- org.springframework.boot.actuate.context.properties - package org.springframework.boot.actuate.context.properties
-
Actuator support relating to external configuration properties.
- org.springframework.boot.actuate.couchbase - package org.springframework.boot.actuate.couchbase
-
Actuator support for Couchbase.
- org.springframework.boot.actuate.elasticsearch - package org.springframework.boot.actuate.elasticsearch
-
Actuator support for Elasticsearch.
- org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
-
Endpoint support.
- org.springframework.boot.actuate.endpoint.annotation - package org.springframework.boot.actuate.endpoint.annotation
-
Annotation support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.http - package org.springframework.boot.actuate.endpoint.http
-
Actuator endpoint HTTP concerns (not tied to any specific implementation).
- org.springframework.boot.actuate.endpoint.invoke - package org.springframework.boot.actuate.endpoint.invoke
-
Interfaces and classes relating to invoking operation methods.
- org.springframework.boot.actuate.endpoint.invoke.convert - package org.springframework.boot.actuate.endpoint.invoke.convert
-
Converter support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.invoke.reflect - package org.springframework.boot.actuate.endpoint.invoke.reflect
-
Endpoint reflection support.
- org.springframework.boot.actuate.endpoint.invoker.cache - package org.springframework.boot.actuate.endpoint.invoker.cache
-
Caching support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
-
JMX support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.jmx.annotation - package org.springframework.boot.actuate.endpoint.jmx.annotation
-
Annotation support for actuator JMX endpoints.
- org.springframework.boot.actuate.endpoint.web - package org.springframework.boot.actuate.endpoint.web
-
Web support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.annotation - package org.springframework.boot.actuate.endpoint.web.annotation
-
Annotation support for actuator web endpoints.
- org.springframework.boot.actuate.endpoint.web.jersey - package org.springframework.boot.actuate.endpoint.web.jersey
-
Jersey support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.reactive - package org.springframework.boot.actuate.endpoint.web.reactive
-
Spring WebFlux support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.servlet - package org.springframework.boot.actuate.endpoint.web.servlet
-
Spring MVC support for actuator endpoints.
- org.springframework.boot.actuate.env - package org.springframework.boot.actuate.env
-
Actuator support for Spring Framework's
Environment
.
- org.springframework.boot.actuate.flyway - package org.springframework.boot.actuate.flyway
-
Actuator support for Flyway.
- org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
-
Actuator health indicator and endpoints.
- org.springframework.boot.actuate.influx - package org.springframework.boot.actuate.influx
-
Actuator support for InfluxDB.
- org.springframework.boot.actuate.info - package org.springframework.boot.actuate.info
-
Classes for application info.
- org.springframework.boot.actuate.jdbc - package org.springframework.boot.actuate.jdbc
-
Actuator support for JDBC.
- org.springframework.boot.actuate.jms - package org.springframework.boot.actuate.jms
-
Actuator support for JMS.
- org.springframework.boot.actuate.ldap - package org.springframework.boot.actuate.ldap
-
Actuator support for LDAP.
- org.springframework.boot.actuate.liquibase - package org.springframework.boot.actuate.liquibase
-
Actuator support for Liquibase.
- org.springframework.boot.actuate.logging - package org.springframework.boot.actuate.logging
-
Actuator support for logging.
- org.springframework.boot.actuate.mail - package org.springframework.boot.actuate.mail
-
Actuator support for JavaMail.
- org.springframework.boot.actuate.management - package org.springframework.boot.actuate.management
-
Actuator support for JVM management.
- org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
-
Core actuator support for metrics.
- org.springframework.boot.actuate.metrics.amqp - package org.springframework.boot.actuate.metrics.amqp
-
Actuator support for RabbitMQ Java Client metrics.
- org.springframework.boot.actuate.metrics.cache - package org.springframework.boot.actuate.metrics.cache
-
Actuator support for cache metrics.
- org.springframework.boot.actuate.metrics.export.prometheus - package org.springframework.boot.actuate.metrics.export.prometheus
-
Actuator support for exporting metrics to Prometheus.
- org.springframework.boot.actuate.metrics.jdbc - package org.springframework.boot.actuate.metrics.jdbc
-
Actuator support for JDBC metrics.
- org.springframework.boot.actuate.metrics.web.client - package org.springframework.boot.actuate.metrics.web.client
-
Actuator support for web client metrics.
- org.springframework.boot.actuate.metrics.web.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.mongo - package org.springframework.boot.actuate.mongo
-
Actuator support for Mongo.
- org.springframework.boot.actuate.neo4j - package org.springframework.boot.actuate.neo4j
-
Actuator support for Neo4j.
- org.springframework.boot.actuate.redis - package org.springframework.boot.actuate.redis
-
Actuator support for Redis.
- org.springframework.boot.actuate.scheduling - package org.springframework.boot.actuate.scheduling
-
Actuator scheduling support.
- org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
-
Actuator support for security.
- org.springframework.boot.actuate.session - package org.springframework.boot.actuate.session
-
Actuator support for Spring Session.
- org.springframework.boot.actuate.solr - package org.springframework.boot.actuate.solr
-
Actuator support for Solr.
- org.springframework.boot.actuate.system - package org.springframework.boot.actuate.system
-
Actuator support for system-related concerns.
- org.springframework.boot.actuate.trace.http - package org.springframework.boot.actuate.trace.http
-
Actuator HTTP tracing support.
- org.springframework.boot.actuate.web.mappings - package org.springframework.boot.actuate.web.mappings
-
Actuator web request mappings support.
- org.springframework.boot.actuate.web.mappings.reactive - package org.springframework.boot.actuate.web.mappings.reactive
-
Actuator reactive request mappings support.
- org.springframework.boot.actuate.web.mappings.servlet - package org.springframework.boot.actuate.web.mappings.servlet
-
Actuator servlet request mappings support.
- org.springframework.boot.actuate.web.trace.reactive - package org.springframework.boot.actuate.web.trace.reactive
-
Actuator reactive HTTP tracing support.
- org.springframework.boot.actuate.web.trace.servlet - package org.springframework.boot.actuate.web.trace.servlet
-
Actuator servlet HTTP tracing support.
- OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
-
Status
indicating that the component or subsystem has been taken out of
service and should not be used.
- 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.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
-
- ScheduledTasksEndpoint.ScheduledTasksReport - Class in org.springframework.boot.actuate.scheduling
-
A report of an application's scheduled Tasks
, primarily intended for
serialization to JSON.
- ScheduledTasksEndpoint.TaskDescription - Class in org.springframework.boot.actuate.scheduling
-
Base class for descriptions of a Task
.
- scrape() - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
-
- SecurityContext - Interface in org.springframework.boot.actuate.endpoint
-
Security context in which an endpoint is being invoked.
- Selector - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
-
A
Selector
can be used on a parameter of an
Endpoint
method to indicate
that the parameter is used to select a subset of the endpoint's data.
- sendingResponse(HttpTrace, TraceableResponse, Supplier<Principal>, Supplier<String>) - Method in class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
-
Ends the tracing of the exchange that is being concluded by sending the given
response
.
- ServletEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
-
Identifies a type as being an endpoint that supplies a servlet to expose.
- ServletEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
-
- ServletEndpointDiscoverer(ApplicationContext, 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
-
- 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
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
-
Keys that should be sanitized.
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- setOrder(int) - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
-
- setOrder(int) - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
-
- setQuery(String) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
Set a specific validation query to use to validate a connection.
- setReverse(boolean) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
-
Flag to say that the repository lists traces in reverse order.
- setStatusMapping(Map<String, Integer>) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
-
Set specific status mappings.
- setStatusOrder(Status...) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
Set the ordering of the status.
- setStatusOrder(List<String>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
Set the ordering of the status.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
-
- ShowDetails - Enum in org.springframework.boot.actuate.health
-
Options for showing details in responses from the
HealthEndpoint
web
extensions.
- shutdown() - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
-
- ShutdownEndpoint - Class in org.springframework.boot.actuate.context
-
Endpoint
to shutdown the
ApplicationContext
.
- ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.context.ShutdownEndpoint
-
- SimpleInfoContributor - Class in org.springframework.boot.actuate.info
-
- SimpleInfoContributor(String, Object) - Constructor for class org.springframework.boot.actuate.info.SimpleInfoContributor
-
- SolrHealthIndicator - Class in org.springframework.boot.actuate.solr
-
- SolrHealthIndicator(SolrClient) - Constructor for class org.springframework.boot.actuate.solr.SolrHealthIndicator
-
- status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Set status to given statusCode
.
- status(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(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_NOT_FOUND - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
404 Not Found
.
- STATUS_OK - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
200 OK
.
- STATUS_SERVICE_UNAVAILABLE - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
503 Service Unavailable
.
- STATUS_TOO_MANY_REQUESTS - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
429 Too Many Requests
.
- stream() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
-
Return a stream of the contained parameters.
- stream() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- V1_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
-
Constant for the Actuator V1 media type.
- V2_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
-
Constant for the Actuator V2 media type.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.health.ShowDetails
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.trace.http.Include
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.boot.actuate.endpoint.OperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.health.ShowDetails
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.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.
- 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, 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) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
-
Creates a new WebFluxEndpointHandlerMapping
instance that provides mappings
for the given endpoints.
- WebFluxTags - Class in org.springframework.boot.actuate.metrics.web.reactive.server
-
Factory methods for Tags
associated with a request-response exchange that
is handled by WebFlux.
- WebFluxTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.server
-
Provides Tags
for WebFlux-based request handling.
- WebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
-
A custom HandlerMapping
that makes web endpoints available over HTTP using
Spring MVC.
- WebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
-
Creates a new WebMvcEndpointHandlerMapping
instance that provides mappings
for the given endpoints.
- WebMvcMetricsFilter - Class in org.springframework.boot.actuate.metrics.web.servlet
-
Intercepts incoming HTTP requests and records metrics about Spring MVC execution time
and results.
- WebMvcMetricsFilter(ApplicationContext, MeterRegistry, WebMvcTagsProvider, String, boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
-
- WebMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider, String, boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
-
- WebMvcTags - Class in org.springframework.boot.actuate.metrics.web.servlet
-
Factory methods for Tags
associated with a request-response exchange that
is handled by Spring MVC.
- WebMvcTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.servlet
-
Provides Tags
for Spring MVC-based request handling.
- WebOperation - Interface in org.springframework.boot.actuate.endpoint.web
-
An operation on a web endpoint.
- WebOperationRequestPredicate - Class in org.springframework.boot.actuate.endpoint.web
-
A predicate for a request to an operation on a web endpoint.
- WebOperationRequestPredicate(String, WebEndpointHttpMethod, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Creates a new OperationRequestPredicate
.
- 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, 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
-
- withInitParameter(String, String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
- withInitParameters(Map<String, String>) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
- wrapReactiveWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
- 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.