A B C D E F G H I J L M N O P R S T U V W
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- AbstractAuditListener - org.springframework.boot.actuate.audit.listener中的类
- Abstract
ApplicationListenerto handleAuditApplicationEvents. - AbstractAuditListener() - 类 的构造器org.springframework.boot.actuate.audit.listener.AbstractAuditListener
- AbstractAuthenticationAuditListener - org.springframework.boot.actuate.security中的类
- AbstractAuthenticationAuditListener() - 类 的构造器org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
- AbstractAuthorizationAuditListener - org.springframework.boot.actuate.security中的类
- AbstractAuthorizationAuditListener() - 类 的构造器org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
- AbstractDiscoveredEndpoint<O extends Operation> - org.springframework.boot.actuate.endpoint.annotation中的类
- Abstract base class for
endpointsdiscovered by aEndpointDiscoverer. - AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- Create a new
AbstractDiscoveredEndpointinstance. - AbstractDiscoveredOperation - org.springframework.boot.actuate.endpoint.annotation中的类
- Abstract base class for
endpoints operationsdiscovered by aEndpointDiscoverer. - AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- Create a new
AbstractDiscoveredOperationinstance. - AbstractExposableEndpoint<O extends Operation> - org.springframework.boot.actuate.endpoint中的类
- Abstract base class for
ExposableEndpointimplementations. - AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - 类 的构造器org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
- Create a new
AbstractExposableEndpointinstance. - AbstractHealthAggregator - org.springframework.boot.actuate.health中的类
- Base
HealthAggregatorimplementation to allow subclasses to focus on aggregating theStatusinstances and not deal with contextual details etc. - AbstractHealthAggregator() - 类 的构造器org.springframework.boot.actuate.health.AbstractHealthAggregator
- AbstractHealthIndicator - org.springframework.boot.actuate.health中的类
- Base
HealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling. - AbstractHealthIndicator() - 类 的构造器org.springframework.boot.actuate.health.AbstractHealthIndicator
- Create a new
AbstractHealthIndicatorinstance with a defaulthealthCheckFailedMessage. - AbstractHealthIndicator(String) - 类 的构造器org.springframework.boot.actuate.health.AbstractHealthIndicator
- Create a new
AbstractHealthIndicatorinstance with a specific message to log when the health check fails. - AbstractHealthIndicator(Function<Exception, String>) - 类 的构造器org.springframework.boot.actuate.health.AbstractHealthIndicator
- Create a new
AbstractHealthIndicatorinstance with a specific message to log when the health check fails. - AbstractReactiveHealthIndicator - org.springframework.boot.actuate.health中的类
- Base
ReactiveHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling. - AbstractReactiveHealthIndicator() - 类 的构造器org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- AbstractWebFluxEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive中的类
- A custom
HandlerMappingthat makes web endpoints available over HTTP using Spring WebFlux. - AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - 类 的构造器org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- Creates a new
AbstractWebFluxEndpointHandlerMappingthat provides mappings for the operations of the givenwebEndpoints. - AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - org.springframework.boot.actuate.endpoint.web.reactive中的类
- An
OperationInvokerthat performs the invocation of a blocking operation on a separate thread using Reactor'selastic scheduler. - AbstractWebFluxEndpointHandlerMapping.LinksHandler - org.springframework.boot.actuate.endpoint.web.reactive中的接口
- Reactive handler providing actuator links at the root endpoint.
- AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - org.springframework.boot.actuate.endpoint.web.reactive中的接口
- A reactive web operation that can be handled by WebFlux.
- AbstractWebMvcEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet中的类
- A custom
HandlerMappingthat makesweb endpointsavailable over HTTP using Spring MVC. - AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes) - 类 的构造器org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- Creates a new
WebEndpointHandlerMappingthat provides mappings for the operations of the givenwebEndpoints. - AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - 类 的构造器org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- Creates a new
AbstractWebMvcEndpointHandlerMappingthat provides mappings for the operations of the given endpoints. - AbstractWebMvcEndpointHandlerMapping.LinksHandler - org.springframework.boot.actuate.endpoint.web.servlet中的接口
- Handler providing actuator links at the root endpoint.
- AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - org.springframework.boot.actuate.endpoint.web.servlet中的接口
- A servlet web operation that can be handled by Spring MVC.
- ActuatorMediaType - org.springframework.boot.actuate.endpoint.http中的类
- Media types that can be consumed and produced by Actuator endpoints.
- add(AuditEvent) - 接口 中的方法org.springframework.boot.actuate.audit.AuditEventRepository
- Log an event.
- add(AuditEvent) - 类 中的方法org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
- add(HttpTrace) - 接口 中的方法org.springframework.boot.actuate.trace.http.HttpTraceRepository
- Adds a trace to the repository.
- add(HttpTrace) - 类 中的方法org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
- addHealthIndicator(String, HealthIndicator) - 类 中的方法org.springframework.boot.actuate.health.CompositeHealthIndicator
- 已过时。since 2.1.0 in favor of
HealthIndicatorRegistry.register(String, HealthIndicator) - addHealthIndicator(String, ReactiveHealthIndicator) - 类 中的方法org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- 已过时。since 2.1.0 in favor of
ReactiveHealthIndicatorRegistry.register(String, ReactiveHealthIndicator) - addStatusMapping(String, Integer) - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
- Add a status mapping to the existing set.
- addStatusMapping(Map<String, Integer>) - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
- Add specific status mappings to the existing set.
- addStatusMapping(Status, Integer) - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
- Add a status mapping to the existing set.
- afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
- afterPropertiesSet() - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
- afterPropertiesSet() - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- aggregate(Map<String, Health>) - 类 中的方法org.springframework.boot.actuate.health.AbstractHealthAggregator
- aggregate(Map<String, Health>) - 接口 中的方法org.springframework.boot.actuate.health.HealthAggregator
- Aggregate several given
Healthinstances into one. - aggregateDetails(Map<String, Health>) - 类 中的方法org.springframework.boot.actuate.health.AbstractHealthAggregator
- Return the map of 'aggregate' details that should be used from the specified healths.
- aggregateStatus(List<Status>) - 类 中的方法org.springframework.boot.actuate.health.AbstractHealthAggregator
- Return the single 'aggregate' status that should be used from the specified candidates.
- aggregateStatus(List<Status>) - 类 中的方法org.springframework.boot.actuate.health.OrderedHealthAggregator
- ALWAYS - org.springframework.boot.actuate.health.ShowDetails
- Always show details in the response.
- appendFields(ToStringCreator) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- appendFields(ToStringCreator) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- ApplicationHealthIndicator - org.springframework.boot.actuate.health中的类
- Default implementation of
HealthIndicatorthat returnsStatus.UP. - ApplicationHealthIndicator() - 类 的构造器org.springframework.boot.actuate.health.ApplicationHealthIndicator
- apply(String) - 类 中的方法org.springframework.boot.actuate.health.HealthIndicatorNameFactory
- apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
- Apply additional functionality to the given invoker.
- apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
- apply(OperationInvoker, long) - 类 中的静态方法org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
- Apply caching configuration when appropriate to the given invoker.
- AuditApplicationEvent - org.springframework.boot.actuate.audit.listener中的类
- Spring
ApplicationEventto encapsulateAuditEvents. - AuditApplicationEvent(String, String, String...) - 类 的构造器org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- Create a new
AuditApplicationEventthat wraps a newly createdAuditEvent. - AuditApplicationEvent(String, String, Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- Create a new
AuditApplicationEventthat wraps a newly createdAuditEvent. - AuditApplicationEvent(Instant, String, String, Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- Create a new
AuditApplicationEventthat wraps a newly createdAuditEvent. - AuditApplicationEvent(AuditEvent) - 类 的构造器org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- Create a new
AuditApplicationEventthat wraps the specifiedAuditEvent. - AuditEvent - org.springframework.boot.actuate.audit中的类
- A value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type.
- AuditEvent(String, String, String...) - 类 的构造器org.springframework.boot.actuate.audit.AuditEvent
- Create a new audit event for the current time from data provided as name-value pairs.
- AuditEvent(String, String, Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.audit.AuditEvent
- Create a new audit event for the current time.
- AuditEvent(Instant, String, String, Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.audit.AuditEvent
- Create a new audit event.
- AuditEventRepository - org.springframework.boot.actuate.audit中的接口
- Repository for
AuditEvents. - AuditEventsEndpoint - org.springframework.boot.actuate.audit中的类
Endpointto expose audit events.- AuditEventsEndpoint(AuditEventRepository) - 类 的构造器org.springframework.boot.actuate.audit.AuditEventsEndpoint
- AuditEventsEndpoint.AuditEventsDescriptor - org.springframework.boot.actuate.audit中的类
- A description of an application's
audit events. - AuditListener - org.springframework.boot.actuate.audit.listener中的类
- The default
AbstractAuditListenerimplementation. - AuditListener(AuditEventRepository) - 类 的构造器org.springframework.boot.actuate.audit.listener.AuditListener
- AUTHENTICATION_FAILURE - 类 中的静态变量org.springframework.boot.actuate.security.AuthenticationAuditListener
- Authentication failure event type.
- AUTHENTICATION_SUCCESS - 类 中的静态变量org.springframework.boot.actuate.security.AuthenticationAuditListener
- Authentication success event type.
- AUTHENTICATION_SWITCH - 类 中的静态变量org.springframework.boot.actuate.security.AuthenticationAuditListener
- Authentication switch event type.
- AuthenticationAuditListener - org.springframework.boot.actuate.security中的类
- Default implementation of
AbstractAuthenticationAuditListener. - AuthenticationAuditListener() - 类 的构造器org.springframework.boot.actuate.security.AuthenticationAuditListener
- AUTHORIZATION_FAILURE - 类 中的静态变量org.springframework.boot.actuate.security.AuthorizationAuditListener
- Authorization failure event type.
- AUTHORIZATION_HEADER - org.springframework.boot.actuate.trace.http.Include
- Include authorization header (if any).
- AuthorizationAuditListener - org.springframework.boot.actuate.security中的类
- Default implementation of
AbstractAuthorizationAuditListener. - AuthorizationAuditListener() - 类 的构造器org.springframework.boot.actuate.security.AuthorizationAuditListener
B
- beans() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint
- BeansEndpoint - org.springframework.boot.actuate.beans中的类
Endpointto expose details of an application's beans, grouped by application context.- BeansEndpoint(ConfigurableApplicationContext) - 类 的构造器org.springframework.boot.actuate.beans.BeansEndpoint
- Creates a new
BeansEndpointthat will describe the beans in the givencontextand all of its ancestors. - BeansEndpoint.ApplicationBeans - org.springframework.boot.actuate.beans中的类
- A description of an application's beans, primarily intended for serialization to JSON.
- BeansEndpoint.BeanDescriptor - org.springframework.boot.actuate.beans中的类
- A description of a bean in an application context, primarily intended for serialization to JSON.
- BeansEndpoint.ContextBeans - org.springframework.boot.actuate.beans中的类
- A description of an application context, primarily intended for serialization to JSON.
- bindCacheToRegistry(Cache, Tag...) - 类 中的方法org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
- Attempt to bind the specified
Cacheto the registry. - bindTo(MeterRegistry) - 类 中的方法org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
- bindTo(MeterRegistry) - 类 中的方法org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
- build() - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
- Create a new
Healthinstance with the previously specified code and details. - build() - 类 中的方法org.springframework.boot.actuate.info.Info.Builder
- Create a new
Infoinstance based on the state of this builder. - Builder() - 类 的构造器org.springframework.boot.actuate.health.Health.Builder
- Create new Builder instance.
- Builder() - 类 的构造器org.springframework.boot.actuate.info.Info.Builder
- Builder(Status) - 类 的构造器org.springframework.boot.actuate.health.Health.Builder
- Create new Builder instance, setting status to given
status. - Builder(Status, Map<String, ?>) - 类 的构造器org.springframework.boot.actuate.health.Health.Builder
- Create new Builder instance, setting status to given
statusand details to givendetails. - BuildInfoContributor - org.springframework.boot.actuate.info中的类
- An
InfoContributorthat exposesBuildProperties. - BuildInfoContributor(BuildProperties) - 类 的构造器org.springframework.boot.actuate.info.BuildInfoContributor
C
- cache(String, String) - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint
- Return a
CachesEndpoint.CacheDescriptorfor the specified cache. - cache(String, String) - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpointWebExtension
- CacheDescriptor(String) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
- CacheEntry(Cache, String) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
- CacheManagerDescriptor(Map<String, CachesEndpoint.CacheDescriptor>) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
- CacheMeterBinderProvider<C extends org.springframework.cache.Cache> - org.springframework.boot.actuate.metrics.cache中的接口
- Provide a
MeterBinderbased on aCache. - CacheMetricsRegistrar - org.springframework.boot.actuate.metrics.cache中的类
- Register supported
Cacheto aMeterRegistry. - CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - 类 的构造器org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
- Creates a new registrar.
- caches() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint
- Return a
CachesEndpoint.CachesReportof all availablecaches. - CachesEndpoint - org.springframework.boot.actuate.cache中的类
Endpointto expose availablecaches.- CachesEndpoint(Map<String, CacheManager>) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpoint
- Create a new endpoint with the
CacheManagerinstances to use. - CachesEndpoint.CacheDescriptor - org.springframework.boot.actuate.cache中的类
- Basic description of a
Cache, primarily intended for serialization to JSON. - CachesEndpoint.CacheEntry - org.springframework.boot.actuate.cache中的类
- Description of a
Cache, primarily intended for serialization to JSON. - CachesEndpoint.CacheManagerDescriptor - org.springframework.boot.actuate.cache中的类
- Description of a
CacheManager, primarily intended for serialization to JSON. - CachesEndpoint.CachesReport - org.springframework.boot.actuate.cache中的类
- A report of available
caches, primarily intended for serialization to JSON. - CachesEndpointWebExtension - org.springframework.boot.actuate.cache中的类
EndpointWebExtensionfor theCachesEndpoint.- CachesEndpointWebExtension(CachesEndpoint) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpointWebExtension
- CachesReport(Map<String, CachesEndpoint.CacheManagerDescriptor>) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
- CachingOperationInvoker - org.springframework.boot.actuate.endpoint.invoker.cache中的类
- An
OperationInvokerthat caches the response of an operation with a configurable time to live. - CachingOperationInvokerAdvisor - org.springframework.boot.actuate.endpoint.invoker.cache中的类
OperationInvokerAdvisorto optionally provide result caching support.- CachingOperationInvokerAdvisor(Function<EndpointId, Long>) - 类 的构造器org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
- CaffeineCacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache中的类
CacheMeterBinderProviderimplementation for Caffeine.- CaffeineCacheMeterBinderProvider() - 类 的构造器org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
- CassandraHealthIndicator - org.springframework.boot.actuate.cassandra中的类
- Simple implementation of a
HealthIndicatorreturning status information for Cassandra data stores. - CassandraHealthIndicator() - 类 的构造器org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
- CassandraHealthIndicator(CassandraOperations) - 类 的构造器org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
- Create a new
CassandraHealthIndicatorinstance. - CassandraReactiveHealthIndicator - org.springframework.boot.actuate.cassandra中的类
- A
ReactiveHealthIndicatorfor Cassandra. - CassandraReactiveHealthIndicator(ReactiveCassandraOperations) - 类 的构造器org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
- Create a new
CassandraHealthIndicatorinstance. - changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
- ChangeSet(RanChangeSet) - 类 的构造器org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- clearCache(String, String) - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint
- Clear the specific
Cache. - clearCache(String, String) - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpointWebExtension
- clearCaches() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint
- Clear all the available
caches. - clientName(HttpRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
- clientName(ClientRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- CompositeHealthIndicator - org.springframework.boot.actuate.health中的类
HealthIndicatorthat returns health indications from all registered delegates.- CompositeHealthIndicator(HealthAggregator) - 类 的构造器org.springframework.boot.actuate.health.CompositeHealthIndicator
- 已过时。since 2.1.0 in favor of
CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - 类 的构造器org.springframework.boot.actuate.health.CompositeHealthIndicator
- Create a new
CompositeHealthIndicatorfrom the specified indicators. - CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - 类 的构造器org.springframework.boot.actuate.health.CompositeHealthIndicator
- Create a new
CompositeHealthIndicatorfrom the indicators in the givenregistry. - CompositeHealthIndicatorFactory - org.springframework.boot.actuate.health中的类
- 已过时。since 2.1.0 in favor of
CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - CompositeHealthIndicatorFactory() - 类 的构造器org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
- 已过时。
- CompositeHealthIndicatorFactory(Function<String, String>) - 类 的构造器org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
- 已过时。
- CompositeReactiveHealthIndicator - org.springframework.boot.actuate.health中的类
ReactiveHealthIndicatorthat returns health indications from all registered delegates.- CompositeReactiveHealthIndicator(HealthAggregator) - 类 的构造器org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- 已过时。since 2.1.0 in favor of
CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - CompositeReactiveHealthIndicator(HealthAggregator, Map<String, ReactiveHealthIndicator>) - 类 的构造器org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- 已过时。since 2.1.0 in favor of
CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - 类 的构造器org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- Create a new
CompositeReactiveHealthIndicatorfrom the indicators in the givenregistry. - CompositeReactiveHealthIndicatorFactory - org.springframework.boot.actuate.health中的类
- 已过时。since 2.1.0 in favor of
CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - CompositeReactiveHealthIndicatorFactory() - 类 的构造器org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
- 已过时。
- CompositeReactiveHealthIndicatorFactory(Function<String, String>) - 类 的构造器org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
- 已过时。
- configurationProperties() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- ConfigurationPropertiesReportEndpoint - org.springframework.boot.actuate.context.properties中的类
Endpointto expose application properties fromConfigurationPropertiesannotated beans.- ConfigurationPropertiesReportEndpoint() - 类 的构造器org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties - org.springframework.boot.actuate.context.properties中的类
- A description of an application's
ConfigurationPropertiesbeans. - ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - org.springframework.boot.actuate.context.properties中的类
- A description of a
ConfigurationPropertiesbean. - ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties - org.springframework.boot.actuate.context.properties中的类
- A description of an application context's
ConfigurationPropertiesbeans. - ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - org.springframework.boot.actuate.context.properties中的类
BeanSerializerModifierto return only relevant configuration properties.- configureLogLevel(String, LogLevel) - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint
- configureObjectMapper(ObjectMapper) - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- Configure Jackson's
ObjectMapperto be used to serialize theConfigurationPropertiesobjects into aMapstructure. - ContextExpression(Set<String>) - 类 的构造器org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
- contribute(Info.Builder) - 类 中的方法org.springframework.boot.actuate.info.BuildInfoContributor
- contribute(Info.Builder) - 类 中的方法org.springframework.boot.actuate.info.EnvironmentInfoContributor
- contribute(Info.Builder) - 类 中的方法org.springframework.boot.actuate.info.GitInfoContributor
- contribute(Info.Builder) - 接口 中的方法org.springframework.boot.actuate.info.InfoContributor
- Contributes additional details using the specified
Builder. - contribute(Info.Builder) - 类 中的方法org.springframework.boot.actuate.info.MapInfoContributor
- contribute(Info.Builder) - 类 中的方法org.springframework.boot.actuate.info.SimpleInfoContributor
- ControllerEndpoint - org.springframework.boot.actuate.endpoint.web.annotation中的注释类型
- Identifies a type as being an endpoint that is only exposed over Spring MVC or Spring WebFlux.
- ControllerEndpointDiscoverer - org.springframework.boot.actuate.endpoint.web.annotation中的类
- ControllerEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableControllerEndpoint>>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- Create a new
ControllerEndpointDiscovererinstance. - ControllerEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive中的类
HandlerMappingthat exposes@ControllerEndpointand@RestControllerEndpointannotated endpoints over Spring WebFlux.- ControllerEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet中的类
HandlerMappingthat exposes@ControllerEndpointand@RestControllerEndpointannotated endpoints over Spring MVC.- ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - 类 的构造器org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
- Create a new
ControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints. - ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - 类 的构造器org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
- Create a new
ControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints. - ControllerEndpointsSupplier - org.springframework.boot.actuate.endpoint.web.annotation中的接口
- ConversionServiceParameterValueMapper - org.springframework.boot.actuate.endpoint.invoke.convert中的类
ParameterValueMapperbacked by aConversionService.- ConversionServiceParameterValueMapper() - 类 的构造器org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- Create a new
ConversionServiceParameterValueMapperinstance. - ConversionServiceParameterValueMapper(ConversionService) - 类 的构造器org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- Create a new
ConversionServiceParameterValueMapperinstance backed by a specific conversion service. - convert(String) - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
- COOKIE_HEADERS - org.springframework.boot.actuate.trace.http.Include
- Include "Cookie" header (if any) in request headers and "Set-Cookie" (if any) in response headers.
- copyIfSet(Properties, String) - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- Copy the specified key to the target
Propertiesif it is set. - CouchbaseHealthIndicator - org.springframework.boot.actuate.couchbase中的类
HealthIndicatorfor Couchbase.- CouchbaseHealthIndicator(Cluster) - 类 的构造器org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
- Create an indicator with the specified
Cluster. - CouchbaseReactiveHealthIndicator - org.springframework.boot.actuate.couchbase中的类
- A
ReactiveHealthIndicatorfor Couchbase. - CouchbaseReactiveHealthIndicator(Cluster) - 类 的构造器org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
- Create a new
CouchbaseReactiveHealthIndicatorinstance. - createEndpoint(Object, EndpointId, boolean, Collection<O>) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- Factory method called to create the
endpoint. - createEndpoint(Object, EndpointId, boolean, Collection<JmxOperation>) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
- createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- createEndpoint(Object, EndpointId, boolean, Collection<WebOperation>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver) - 类 中的方法org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
- Creates
Resourcesfor the operations of the givenwebEndpoints. - createHandlerMethod(Object, Method) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- createHandlerMethod(Object, Method) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- createHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
- 已过时。Create a
CompositeHealthIndicatorbased on the specified health indicators. - createHealthIndicatorRegistry(Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
- Create a
HealthIndicatorRegistrybased on the specified health indicators. - createHeapDumper() - 类 中的方法org.springframework.boot.actuate.management.HeapDumpWebEndpoint
- Factory method used to create the
HeapDumpWebEndpoint.HeapDumper. - createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- Factory method to create an
endpoint operation. - createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- createOperationKey(O) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- Create an
EndpointDiscoverer.OperationKeyfor the given operation. - createOperationKey(JmxOperation) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
- createOperationKey(Operation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- createOperationKey(Operation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- createOperationKey(WebOperation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- createReactiveHealthIndicator(HealthAggregator, Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
- 已过时。Create a
CompositeReactiveHealthIndicatorbased on the specified health indicators. - createReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
- Create a
ReactiveHealthIndicatorRegistrybased on the specified health indicators. - createSubPath(String) - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointMapping
- customize(RestTemplate) - 类 中的方法org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
- customize(WebClient.Builder) - 类 中的方法org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
D
- DataSourceHealthIndicator - org.springframework.boot.actuate.jdbc中的类
HealthIndicatorthat tests the status of aDataSourceand optionally runs a test query.- DataSourceHealthIndicator() - 类 的构造器org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- Create a new
DataSourceHealthIndicatorinstance. - DataSourceHealthIndicator(DataSource) - 类 的构造器org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- Create a new
DataSourceHealthIndicatorusing the specifiedDataSource. - DataSourceHealthIndicator(DataSource, String) - 类 的构造器org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- Create a new
DataSourceHealthIndicatorusing the specifiedDataSourceand validation query. - DataSourcePoolMetrics - org.springframework.boot.actuate.metrics.jdbc中的类
- A
MeterBinderfor aDataSource. - DataSourcePoolMetrics(DataSource, Collection<DataSourcePoolMetadataProvider>, String, Iterable<Tag>) - 类 的构造器org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
- DataSourcePoolMetrics(DataSource, DataSourcePoolMetadataProvider, String, Iterable<Tag>) - 类 的构造器org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
- DefaultHealthIndicatorRegistry - org.springframework.boot.actuate.health中的类
- Default implementation of
HealthIndicatorRegistry. - DefaultHealthIndicatorRegistry() - 类 的构造器org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
- Create a new
DefaultHealthIndicatorRegistry. - DefaultHealthIndicatorRegistry(Map<String, HealthIndicator>) - 类 的构造器org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
- Create a new
DefaultHealthIndicatorRegistryfrom the specified indicators. - defaultIncludes() - 枚举 中的静态方法org.springframework.boot.actuate.trace.http.Include
- Return the default
Include. - DefaultReactiveHealthIndicatorRegistry - org.springframework.boot.actuate.health中的类
- Default implementation of
ReactiveHealthIndicatorRegistry. - DefaultReactiveHealthIndicatorRegistry() - 类 的构造器org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
- Create a new
DefaultReactiveHealthIndicatorRegistry. - DefaultReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>) - 类 的构造器org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
- Create a new
DefaultReactiveHealthIndicatorRegistryfrom the specified indicators. - DefaultRestTemplateExchangeTagsProvider - org.springframework.boot.actuate.metrics.web.client中的类
- Default implementation of
RestTemplateExchangeTagsProvider. - DefaultRestTemplateExchangeTagsProvider() - 类 的构造器org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
- DefaultWebClientExchangeTagsProvider - org.springframework.boot.actuate.metrics.web.reactive.client中的类
- Default implementation of
WebClientExchangeTagsProvider. - DefaultWebClientExchangeTagsProvider() - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
- DefaultWebFluxTagsProvider - org.springframework.boot.actuate.metrics.web.reactive.server中的类
- Default implementation of
WebFluxTagsProvider. - DefaultWebFluxTagsProvider() - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
- DefaultWebMvcTagsProvider - org.springframework.boot.actuate.metrics.web.servlet中的类
- Default implementation of
WebMvcTagsProvider. - DefaultWebMvcTagsProvider() - 类 的构造器org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
- DELETE - org.springframework.boot.actuate.endpoint.OperationType
- A delete operation.
- DELETE - org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
- An HTTP DELETE request.
- DELETE - org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
- Perform a 'delete' before shutdown.
- DeleteOperation - org.springframework.boot.actuate.endpoint.annotation中的注释类型
- Identifies a method on an
Endpointas being a delete operation. - deleteSession(String) - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint
- describeMappings(ApplicationContext) - 接口 中的方法org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
- Produce the descriptions of the mappings identified by this provider in the given
context. - describeMappings(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
- describeMappings(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
- describeMappings(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
- describeMappings(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
- destroy() - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
- DiscoveredEndpoint<O extends Operation> - org.springframework.boot.actuate.endpoint.annotation中的接口
- An
endpointdiscovered by anEndpointDiscoverer. - DiscoveredOperationMethod - org.springframework.boot.actuate.endpoint.annotation中的类
- An
OperationMethoddiscovered by anEndpointDiscoverer. - DiscoveredOperationMethod(Method, OperationType, AnnotationAttributes) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
- DiscovererEndpointFilter - org.springframework.boot.actuate.endpoint.annotation中的类
EndpointFilterthe matches based on theEndpointDiscovererthe created the endpoint.- DiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?, ?>>) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
- Create a new
DiscovererEndpointFilterinstance. - DiskSpaceHealthIndicator - org.springframework.boot.actuate.system中的类
- A
HealthIndicatorthat checks available disk space and reports a status ofStatus.DOWNwhen it drops below a configurable threshold. - DiskSpaceHealthIndicator(File, long) - 类 的构造器org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
- 已过时。since 2.1.0 in favor of
DiskSpaceHealthIndicator(File, DataSize) - DiskSpaceHealthIndicator(File, DataSize) - 类 的构造器org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
- Create a new
DiskSpaceHealthIndicatorinstance. - DispatcherHandlerMappingDescription - org.springframework.boot.actuate.web.mappings.reactive中的类
- A description of a mapping known to a
DispatcherServlet. - DispatcherHandlerMappingDetails - org.springframework.boot.actuate.web.mappings.reactive中的类
- Details of a
DispatcherHandlermapping. - DispatcherHandlerMappingDetails() - 类 的构造器org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
- DispatcherHandlersMappingDescriptionProvider - org.springframework.boot.actuate.web.mappings.reactive中的类
- A
MappingDescriptionProviderthat introspects theHandlerMappingsthat are known to aDispatcherHandler. - DispatcherHandlersMappingDescriptionProvider() - 类 的构造器org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
- DispatcherServletMappingDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
- A description of a mapping known to a
DispatcherServlet. - DispatcherServletMappingDetails - org.springframework.boot.actuate.web.mappings.servlet中的类
- Details of a
DispatcherServletmapping. - DispatcherServletMappingDetails() - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
- DispatcherServletsMappingDescriptionProvider - org.springframework.boot.actuate.web.mappings.servlet中的类
- A
MappingDescriptionProviderthat introspects theHandlerMappingsthat are known to one or moreDispatcherServlets. - DispatcherServletsMappingDescriptionProvider() - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.amqp.RabbitHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.health.AbstractHealthIndicator
- Actual health check logic.
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- Actual health check logic.
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.health.ApplicationHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.jms.JmsHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.ldap.LdapHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.mail.MailHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.mongo.MongoHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.redis.RedisHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.solr.SolrHealthIndicator
- doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
- down() - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
- Set status to
Status.DOWN. - down() - 类 中的静态方法org.springframework.boot.actuate.health.Health
- Create a new
Health.Builderinstance with aStatus.DOWNstatus. - down(Exception) - 类 中的静态方法org.springframework.boot.actuate.health.Health
- Create a new
Health.Builderinstance with anStatus.DOWNstatus and the specified exception details. - down(Throwable) - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
- Set status to
Status.DOWNand add details for givenThrowable. - DOWN - 类 中的静态变量org.springframework.boot.actuate.health.Status
Statusindicating that the component or subsystem has suffered an unexpected failure.- dumpHeap(File, boolean) - 接口 中的方法org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumper
- Dump the current heap to the specified file.
- dumpHeap(File, boolean) - 类 中的方法org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
E
- EhCache2CacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache中的类
CacheMeterBinderProviderimplementation for EhCache2.- EhCache2CacheMeterBinderProvider() - 类 的构造器org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
- ElasticSchedulerInvoker(OperationInvoker) - 类 的构造器org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
- ElasticsearchHealthIndicator - org.springframework.boot.actuate.elasticsearch中的类
HealthIndicatorfor an Elasticsearch cluster.- ElasticsearchHealthIndicator(Client, long, String...) - 类 的构造器org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
- Create a new
ElasticsearchHealthIndicatorinstance. - ElasticsearchHealthIndicator(Client, long, List<String>) - 类 的构造器org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
- Create a new
ElasticsearchHealthIndicatorinstance. - ElasticsearchJestHealthIndicator - org.springframework.boot.actuate.elasticsearch中的类
HealthIndicatorfor Elasticsearch using aJestClient.- ElasticsearchJestHealthIndicator(JestClient) - 类 的构造器org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator
- ElasticsearchRestHealthIndicator - org.springframework.boot.actuate.elasticsearch中的类
HealthIndicatorfor an Elasticsearch cluster using aRestClient.- ElasticsearchRestHealthIndicator(RestClient) - 类 的构造器org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
- enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.Endpoint
- If the endpoint should be enabled or disabled by default.
- enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
- If the endpoint should be enabled or disabled by default.
- enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
- If the endpoint should be enabled or disabled by default.
- enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
- If the endpoint should be enabled or disabled by default.
- enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
- If the endpoint should be enabled or disabled by default.
- enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
- If the endpoint should be enabled or disabled by default.
- endpoint() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
- The class of the endpoint to extend.
- endpoint() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.EndpointJmxExtension
- The
endpointclass to which this JMX extension relates. - endpoint() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExtension
- The
endpointclass to which this Web extension relates. - Endpoint - 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> - org.springframework.boot.actuate.endpoint.annotation中的类
- A Base for
EndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans in an application context. - EndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<E>>) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- Create a new
EndpointDiscovererinstance. - EndpointDiscoverer.OperationKey - org.springframework.boot.actuate.endpoint.annotation中的类
- A key generated for an
Operationbased on specific criteria from the actual operation implementation. - EndpointExtension - 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<?>> - org.springframework.boot.actuate.endpoint中的接口
- Strategy class that can be used to filter
endpoints. - EndpointId - org.springframework.boot.actuate.endpoint中的类
- An identifier for an actuator endpoint.
- EndpointJmxExtension - org.springframework.boot.actuate.endpoint.jmx.annotation中的注释类型
- Identifies a type as being a JMX-specific extension of an
Endpoint. - EndpointLinksResolver - org.springframework.boot.actuate.endpoint.web中的类
- A resolver for
linksto web endpoints. - EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
- Creates a new
EndpointLinksResolverthat will resolve links to the givenendpoints. - EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>, String) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
- Creates a new
EndpointLinksResolverthat will resolve links to the givenendpointsthat are exposed beneath the givenbasePath. - EndpointMapping - org.springframework.boot.actuate.endpoint.web中的类
- A value object for the base mapping for endpoints.
- EndpointMapping(String) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointMapping
- Creates a new
EndpointMappingusing the givenpath. - EndpointMBean - org.springframework.boot.actuate.endpoint.jmx中的类
- Adapter to expose a
JMX endpointas aDynamicMBean. - EndpointMediaTypes - org.springframework.boot.actuate.endpoint.web中的类
- Media types that are, by default, produced and consumed by an endpoint.
- EndpointMediaTypes(List<String>, List<String>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
- EndpointObjectNameFactory - org.springframework.boot.actuate.endpoint.jmx中的接口
- A factory to create an
ObjectNamefor anEndpointMBean. - EndpointServlet - org.springframework.boot.actuate.endpoint.web中的类
- Contains details of a servlet that is exposed as an actuator endpoint.
- EndpointServlet(Class<? extends Servlet>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointServlet
- EndpointServlet(Servlet) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointServlet
- EndpointsSupplier<E extends ExposableEndpoint<?>> - org.springframework.boot.actuate.endpoint中的接口
- Provides access to a collection of
endpoints. - EndpointWebExtension - org.springframework.boot.actuate.endpoint.web.annotation中的注释类型
- Identifies a type as being a Web-specific extension of an
Endpoint. - environment(String) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint
- EnvironmentEndpoint - org.springframework.boot.actuate.env中的类
Endpointto exposeenvironmentinformation.- EnvironmentEndpoint(Environment) - 类 的构造器org.springframework.boot.actuate.env.EnvironmentEndpoint
- EnvironmentEndpoint.EnvironmentDescriptor - org.springframework.boot.actuate.env中的类
- A description of an
Environment. - EnvironmentEndpoint.EnvironmentEntryDescriptor - org.springframework.boot.actuate.env中的类
- A description of an entry of the
Environment. - EnvironmentEndpoint.PropertySourceDescriptor - org.springframework.boot.actuate.env中的类
- A description of a
PropertySource. - EnvironmentEndpoint.PropertySourceEntryDescriptor - org.springframework.boot.actuate.env中的类
- A description of a particular entry of
PropertySource. - EnvironmentEndpoint.PropertySummaryDescriptor - org.springframework.boot.actuate.env中的类
- A summary of a particular entry of the
Environment. - EnvironmentEndpoint.PropertyValueDescriptor - org.springframework.boot.actuate.env中的类
- A description of a property's value, including its origin if available.
- EnvironmentEndpointWebExtension - org.springframework.boot.actuate.env中的类
EndpointWebExtensionfor theEnvironmentEndpoint.- EnvironmentEndpointWebExtension(EnvironmentEndpoint) - 类 的构造器org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
- environmentEntry(String) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint
- environmentEntry(String) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
- EnvironmentInfoContributor - org.springframework.boot.actuate.info中的类
- An
InfoContributorthat provides all environment entries prefixed with info. - EnvironmentInfoContributor(ConfigurableEnvironment) - 类 的构造器org.springframework.boot.actuate.info.EnvironmentInfoContributor
- equals(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
- equals(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.EndpointId
- equals(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
- equals(Object) - 类 中的方法org.springframework.boot.actuate.health.Health
- equals(Object) - 类 中的方法org.springframework.boot.actuate.health.Status
- equals(Object) - 类 中的方法org.springframework.boot.actuate.info.Info
- events(String, OffsetDateTime, String) - 类 中的方法org.springframework.boot.actuate.audit.AuditEventsEndpoint
- exception(Throwable) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
- exception(Throwable) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
- ExposableControllerEndpoint - 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> - org.springframework.boot.actuate.endpoint中的接口
- Information describing an endpoint that can be exposed in some technology specific way.
- ExposableJmxEndpoint - org.springframework.boot.actuate.endpoint.jmx中的接口
- Information describing an endpoint that can be exposed over JMX.
- ExposableServletEndpoint - org.springframework.boot.actuate.endpoint.web中的接口
- Information describing an endpoint that can be exposed by registering a servlet.
- ExposableWebEndpoint - org.springframework.boot.actuate.endpoint.web中的接口
- Information describing an endpoint that can be exposed over the web.
- extendInterceptors(List<Object>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- extendInterceptors(List<Object>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
- extractContent(PropertySource<?>) - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- Extract the raw content based on the specified
PropertySource. - extractResult(Session, Health.Builder) - 类 中的方法org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
- Provide health details using the specified
SessionandBuilder.
F
- filter() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
- The filter class used to determine when the extension applies.
- filter(ClientRequest, ExchangeFunction) - 类 中的方法org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
- filter(ServerWebExchange, WebFilterChain) - 类 中的方法org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
- filter(ServerWebExchange, WebFilterChain) - 类 中的方法org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
- FilteredEndpoint - org.springframework.boot.actuate.endpoint.annotation中的注释类型
- Annotation that can be used on an
@Endpointto implement implicit filtering. - FilterRegistrationMappingDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
- A
RegistrationMappingDescriptionderived from aFilterRegistration. - FilterRegistrationMappingDescription(FilterRegistration) - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
- Creates a new
FilterRegistrationMappingDescriptionderived from the givenfilterRegistration. - FiltersMappingDescriptionProvider - org.springframework.boot.actuate.web.mappings.servlet中的类
- A
MappingDescriptionProviderthat describes that mappings of anyFiltersregistered with aServletContext. - FiltersMappingDescriptionProvider() - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
- find(String, Instant, String) - 接口 中的方法org.springframework.boot.actuate.audit.AuditEventRepository
- Find audit events of specified type relating to the specified principal that occurred
afterthe time provided. - find(String, Instant, String) - 类 中的方法org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
- findAll() - 接口 中的方法org.springframework.boot.actuate.trace.http.HttpTraceRepository
- Find all
HttpTraceobjects contained in the repository. - findAll() - 类 中的方法org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
- flywayBeans() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint
- FlywayDescriptor(List<FlywayEndpoint.FlywayMigration>) - 类 的构造器org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
- FlywayEndpoint - org.springframework.boot.actuate.flyway中的类
Endpointto expose flyway info.- FlywayEndpoint(ApplicationContext) - 类 的构造器org.springframework.boot.actuate.flyway.FlywayEndpoint
- FlywayEndpoint.ApplicationFlywayBeans - org.springframework.boot.actuate.flyway中的类
- Description of an application's
Flywaybeans, primarily intended for serialization to JSON. - FlywayEndpoint.ContextFlywayBeans - org.springframework.boot.actuate.flyway中的类
- Description of an application context's
Flywaybeans, primarily intended for serialization to JSON. - FlywayEndpoint.FlywayDescriptor - org.springframework.boot.actuate.flyway中的类
- Description of a
Flywaybean, primarily intended for serialization to JSON. - FlywayEndpoint.FlywayMigration - org.springframework.boot.actuate.flyway中的类
- Details of a migration performed by Flyway.
- fromPropertyValue(String) - 类 中的静态方法org.springframework.boot.actuate.endpoint.EndpointId
- Factory method to create a new
EndpointIdfrom a property value. - FULL - org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
- Expose all available data, including custom properties.
G
- generateContent() - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- Extract the content to contribute to the info endpoint.
- GenericSerializerModifier() - 类 的构造器org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
- get(int) - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameters
- Return the parameter at the specified index.
- get(String) - 类 中的方法org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
- get(String) - 类 中的方法org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
- get(String) - 接口 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistry
- Returns the
HealthIndicatorregistered with the givenname. - get(String) - 接口 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
- Returns the
ReactiveHealthIndicatorregistered with the givenname. - get(String) - 类 中的方法org.springframework.boot.actuate.info.Info
- get(String, Class<T>) - 类 中的方法org.springframework.boot.actuate.info.Info
- GET - org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
- An HTTP GET request.
- getActiveProfiles() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
- getActiveProfiles() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
- getAdditionalTags(Cache) - 类 中的方法org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
- Return additional
tagsto be associated with the givenCache. - getAliases() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
- getAll() - 类 中的方法org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
- getAll() - 类 中的方法org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
- getAll() - 接口 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistry
- Returns a snapshot of the registered health indicators and their names.
- getAll() - 接口 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
- Returns a snapshot of the registered health indicators and their names.
- getAllPaths() - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- Return the full paths for each mapped endpoint.
- getAllRootPaths() - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- Return the root paths for each mapped endpoint.
- getArguments() - 类 中的方法org.springframework.boot.actuate.endpoint.InvocationContext
- getAttribute(String) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- getAttributeNames() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- getAttributes(String[]) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- getAuditEvent() - 类 中的方法org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- Get the audit event.
- getAuthor() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getAvailableTags() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
- getBasePath() - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- Return the base path for the endpoints.
- getBaseUnit() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
- getBeans() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
- getBeans() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
- getBody() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
- Returns the body for the response.
- getCacheManager() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
- getCacheManagerNames() - 异常错误 中的方法org.springframework.boot.actuate.cache.NonUniqueCacheException
- getCacheManagers() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
- getCacheName() - 异常错误 中的方法org.springframework.boot.actuate.cache.NonUniqueCacheException
- getCaches() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
- getChangeLog() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getChangeSets() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
- getChecksum() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- getChecksum() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getClassName() - 类 中的方法org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
- getClassName() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription
- getClassName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
- Returns the class name of the registered Filter or Servlet.
- getCode() - 类 中的方法org.springframework.boot.actuate.health.Status
- Return the code for this status.
- getComments() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getConfiguredLevel() - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
- getConsumed() - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
- Returns the media types consumed by an endpoint.
- getConsumes() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
- Returns the media types that the operation consumes.
- getConsumes() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
- getConsumes() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
- getContexts() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.ApplicationBeans
- getContexts() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties
- getContexts() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.ApplicationFlywayBeans
- getContexts() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ApplicationLiquibaseBeans
- getContexts() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getContexts() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
- getContexts() - 类 中的方法org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ApplicationMappings
- getController() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
- Return the source controller that contains
RequestMappingmethods. - getCreationTime() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- getCron() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
- getData() - 类 中的方法org.springframework.boot.actuate.audit.AuditEvent
- Returns the event data.
- getDateExecuted() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getDependencies() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
- getDeploymentId() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getDescription() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperation
- Returns the description of the operation.
- getDescription() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
- Return the description of the parameter or
nullif none is available. - getDescription() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- getDescription() - 类 中的方法org.springframework.boot.actuate.health.Status
- Return the description of this status.
- getDescription() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getDescription() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
- getDescriptor() - 类 中的方法org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
- getDetails() - 类 中的方法org.springframework.boot.actuate.health.Health
- Return the details of the health.
- getDetails() - 类 中的方法org.springframework.boot.actuate.info.Info
- Return the content.
- getDetails() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
- getDetails() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
- getEffectiveLevel() - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
- getEndpoint(EndpointId) - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- Return the
PathMappedEndpointwith the given ID ornullif the endpoint cannot be found. - getEndpointBean() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- getEndpointBean() - 接口 中的方法org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
- Return the source bean that was used to construct the
DiscoveredEndpoint. - getEndpointId() - 类 中的方法org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
- getEndpointId() - 接口 中的方法org.springframework.boot.actuate.endpoint.ExposableEndpoint
- Return the endpoint ID.
- getEndpoints() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- getEndpoints() - 接口 中的方法org.springframework.boot.actuate.endpoint.EndpointsSupplier
- Return the provided endpoints.
- getEndpoints() - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- Return the web endpoints being mapped.
- getEndpoints() - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- Return the web endpoints being mapped.
- getEndpointServlet() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
- Return details of the servlet that should registered.
- getEndpointType() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- getEvents() - 类 中的方法org.springframework.boot.actuate.audit.AuditEventsEndpoint.AuditEventsDescriptor
- getExecType() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getExecutionTime() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- getExpression() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CronTaskDescription
- getFixedDelay() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
- getFixedRate() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
- getFlywayBeans() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
- getHandler() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
- getHandler() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
- getHandlerFunction() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
- getHandlerMethod() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
- getHandlerMethod() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
- getHeaders() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Request
- getHeaders() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Response
- getHeaders() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableRequest
- Returns a modifiable copy of the headers of the request.
- getHeaders() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableResponse
- Returns a modifiable copy of the headers of the response.
- getHeaders() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
- getHeaders() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
- getHealth(SecurityContext, ShowDetails) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpointWebExtension
- getHref() - 类 中的方法org.springframework.boot.actuate.endpoint.web.Link
- Returns the href of the link.
- getHttpMethod() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
- Returns the HTTP method for the operation.
- getId() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.WebOperation
- Returns the ID of the operation that uniquely identifies it within its endpoint.
- getId() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getId() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- getId() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Session
- getInitialDelay() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
- getInstalledBy() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- getInstalledOn() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- getInstalledRank() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- getInterval() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
- getLabels() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getLastAccessedTime() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- getLinksHandler() - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- Return the Handler providing actuator links at the root endpoint.
- getLinksHandler() - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
- getLinksHandler() - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- Return the Handler providing actuator links at the root endpoint.
- getLinksHandler() - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
- getLiquibaseBeans() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
- getLongRequestTags(HttpServletRequest, Object) - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
- getLongRequestTags(HttpServletRequest, Object) - 接口 中的方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
- Provides tags to be used by
long task timers. - getMappingForMethod(Method, Class<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- getMappingForMethod(Method, Class<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- getMappingName() - 接口 中的方法org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
- Returns the name of the mappings described by this provider.
- getMappingName() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
- getMappingName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
- getMappingName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
- getMappingName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
- getMappings() - 类 中的方法org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
- getMappings() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
- Returns the mappings for the registered servlet.
- getMaxInactiveInterval() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- getMBeanInfo() - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- getMeasurements() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
- getMediaType() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
- getMediaType() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
- getMeterBinder(HazelcastCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
- getMeterBinder(C, Iterable<Tag>) - 接口 中的方法org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider
- Return the
MeterBindermanaging the specifiedCacheornullif the specifiedCacheis not supported. - getMeterBinder(CaffeineCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
- getMeterBinder(EhCacheCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
- getMeterBinder(JCacheCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
- getMethod() - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
- Return the source Java method.
- getMethod() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Request
- getMethod() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableRequest
- Returns the method (GET, POST, etc) of the request.
- getMethods() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
- getMethods() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
- getMigrations() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
- getMissingParameters() - 异常错误 中的方法org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
- Returns the parameters that were missing.
- getMode() - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- Return the mode that should be used to expose the content.
- getName() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
- getName() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameter
- Returns the parameter name.
- getName() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperation
- Returns the name of the operation.
- getName() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
- Return the name of the operation parameter.
- getName() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
- getName() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
- getName() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
- getName() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Principal
- getName() - 类 中的方法org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
- getName() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
- getName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
- Returns the name of the registered Filter or Servlet.
- getName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
- getNames() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.ListNamesResponse
- getNestedMap(Map<String, Object>, String) - 类 中的方法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) - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
- Generate an
ObjectNamefor the specifiedendpoint. - getOperationMethod() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- getOperations() - 类 中的方法org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
- getOperations() - 接口 中的方法org.springframework.boot.actuate.endpoint.ExposableEndpoint
- Returns the operations of the endpoint.
- getOperationType() - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
- Return the operation type.
- getOrder() - 类 中的方法org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
- getOrder() - 类 中的方法org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
- getOrderExecuted() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getOrigin() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
- getOutputType() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperation
- Returns the type of the output of the operation.
- getParameter() - 异常错误 中的方法org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
- Return the parameter being mapped.
- getParameterCount() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameters
- Return the total number of parameters.
- getParameters() - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
- Return the operation parameters.
- getParameters() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperation
- Returns the parameters the operation expects in the order that they should be provided.
- getParams() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
- getParams() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
- getParentId() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
- getParentId() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
- getParentId() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
- getParentId() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
- getParentId() - 类 中的方法org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
- getPath() - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointMapping
- Returns the path to which endpoints should be mapped.
- getPath() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
- Returns the path for the operation.
- getPath(EndpointId) - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- Return the full path for the endpoint with the given ID or
nullif the endpoint cannot be found. - getPatterns() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
- getPatterns() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
- getPredicate() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
- getPredicate() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
- getPrefix() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
- getPrincipal() - 类 中的方法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() - 接口 中的方法org.springframework.boot.actuate.endpoint.SecurityContext
- Return the currently authenticated
Principalornull. - getPrincipal() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
- getProduced() - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
- Returns the media types produced by an endpoint.
- getProduces() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
- Returns the media types that the operation produces.
- getProduces() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
- getProduces() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
- getProducesMediaTypes() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
- getProperties() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
- getProperties() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
- getProperties() - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- Return the properties that this instance manages.
- getProperty() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
- getProperty() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
- getPropertySources() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
- getPropertySources() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
- getPublisher() - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
- getPublisher() - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
- getQuery() - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- Return the validation query or
null. - getReason() - 异常错误 中的方法org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
- Return the reason explaining why the request is invalid, potentially
null. - getRegistration() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
- Returns the registration that is being described.
- getRegistry() - 类 中的方法org.springframework.boot.actuate.health.CompositeHealthIndicator
- Return the
HealthIndicatorRegistryof this instance. - getRemoteAddress() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Request
- getRemoteAddress() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableRequest
- Returns the remote address from which the request was sent, if available.
- getRequest() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
- getRequestMappingConditions() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
- getRequestMappingConditions() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
- getRequestPredicate() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.WebOperation
- Returns the predicate for requests that can be handled by this operation.
- getResource() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
- getResponse() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
- getRootPath() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
- Return the root path of the endpoint, relative to the context that exposes it.
- getRootPath(List<PathMapper>, EndpointId) - 接口 中的静态方法org.springframework.boot.actuate.endpoint.web.PathMapper
- Resolve the root path for the specified
endpointIdfrom the given path mappers. - getRootPath(EndpointId) - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- Return the root path for the endpoint with the given ID or
nullif the endpoint cannot be found. - getRootPath(EndpointId) - 接口 中的方法org.springframework.boot.actuate.endpoint.web.PathMapper
- Resolve the root path for the specified
endpointId. - getRunnable() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
- getScope() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
- getScript() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- getSecurityContext() - 类 中的方法org.springframework.boot.actuate.endpoint.InvocationContext
- getServletNameMappings() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
- Returns the servlet name mappings for the registered filter.
- getSession() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
- getSession(String) - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint
- getSessions() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
- getSource() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
- getState() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- getStatistic() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
- getStatus() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
- Returns the status for the response.
- getStatus() - 类 中的方法org.springframework.boot.actuate.health.Health
- Return the status of the health.
- getStatus() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Response
- getStatus() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableResponse
- The status of the response.
- getStatusMapping() - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
- Return an immutable view of the status mapping.
- getTag() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- getTag() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
- getTags(String, HttpRequest, ClientHttpResponse) - 类 中的方法org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
- getTags(String, HttpRequest, ClientHttpResponse) - 接口 中的方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider
- Provides the tags to be associated with metrics that are recorded for the given
requestandresponseexchange. - getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
- getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - 接口 中的方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
- Provides tags to be associated with metrics for the given
requestandresponseexchange. - getTarget() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
- Return the fully qualified name of the native cache.
- getTarget() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.RunnableDescription
- getThreads() - 类 中的方法org.springframework.boot.actuate.management.ThreadDumpEndpoint.ThreadDumpDescriptor
- getTimestamp() - 类 中的方法org.springframework.boot.actuate.audit.AuditEvent
- Returns the date/time that the event was logged.
- getTimestamp() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
- getTimeTaken() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
- getTimeToLive() - 类 中的方法org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
- Return the maximum time in milliseconds that a response can be cached.
- getTraces() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTraceEndpoint.HttpTraceDescriptor
- getType() - 类 中的方法org.springframework.boot.actuate.audit.AuditEvent
- Returns the type of event.
- getType() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
- getType() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- getType() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameter
- Returns the parameter type.
- getType() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
- Return the type of the operation parameter.
- getType() - 接口 中的方法org.springframework.boot.actuate.endpoint.Operation
- Returns the
typeof the operation. - getType() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- getUri() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Request
- getUri() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableRequest
- Returns the URI of the request.
- getUrlPatternMappings() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
- Returns the URL pattern mappings for the registered filter.
- getValidationQuery(String) - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- getValue() - 异常错误 中的方法org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
- Return the value being mapped.
- getValue() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
- getValue() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
- getValue() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
- getValue() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
- getValue() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
- getValues() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
- getVersion() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- GitInfoContributor - org.springframework.boot.actuate.info中的类
- An
InfoContributorthat exposesGitProperties. - GitInfoContributor(GitProperties) - 类 的构造器org.springframework.boot.actuate.info.GitInfoContributor
- GitInfoContributor(GitProperties, InfoPropertiesInfoContributor.Mode) - 类 的构造器org.springframework.boot.actuate.info.GitInfoContributor
- graph() - 类 中的方法org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
H
- handle(HttpServletRequest, Map<String, String>) - 接口 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
- handle(ServerWebExchange, Map<String, String>) - 接口 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
- HandlerFunctionDescription - org.springframework.boot.actuate.web.mappings.reactive中的类
- Description of a
HandlerFunction. - HandlerMethodDescription - org.springframework.boot.actuate.web.mappings中的类
- A description of a
HandlerMethod. - HandlerMethodDescription(HandlerMethod) - 类 的构造器org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
- hashCode() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
- hashCode() - 类 中的方法org.springframework.boot.actuate.endpoint.EndpointId
- hashCode() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
- hashCode() - 类 中的方法org.springframework.boot.actuate.health.Health
- hashCode() - 类 中的方法org.springframework.boot.actuate.health.Status
- hashCode() - 类 中的方法org.springframework.boot.actuate.info.Info
- hasMandatoryParameter() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameters
- Return if any of the contained parameters are
mandatory. - hasParameters() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameters
- Return
trueif there is at least one parameter. - HazelcastCacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache中的类
CacheMeterBinderProviderimplementation for Hazelcast.- HazelcastCacheMeterBinderProvider() - 类 的构造器org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
- health() - 类 中的方法org.springframework.boot.actuate.health.AbstractHealthIndicator
- health() - 类 中的方法org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- health() - 类 中的方法org.springframework.boot.actuate.health.CompositeHealthIndicator
- health() - 类 中的方法org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- health() - 类 中的方法org.springframework.boot.actuate.health.HealthEndpoint
- health() - 接口 中的方法org.springframework.boot.actuate.health.HealthIndicator
- Return an indication of health.
- health() - 类 中的方法org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter
- health() - 接口 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicator
- Provide the indicator of health.
- health(SecurityContext) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpointWebExtension
- health(SecurityContext) - 类 中的方法org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
- health(SecurityContext, ShowDetails) - 类 中的方法org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
- Health - org.springframework.boot.actuate.health中的类
- Carries information about the health of a component or subsystem.
- Health.Builder - org.springframework.boot.actuate.health中的类
- Builder for creating immutable
Healthinstances. - HealthAggregator - org.springframework.boot.actuate.health中的接口
- Strategy interface used to aggregate
Healthinstances into a final one. - HealthEndpoint - org.springframework.boot.actuate.health中的类
Endpointto expose application health information.- HealthEndpoint(HealthIndicator) - 类 的构造器org.springframework.boot.actuate.health.HealthEndpoint
- Create a new
HealthEndpointinstance that will use the givenhealthIndicatorto generate its response. - HealthEndpointWebExtension - org.springframework.boot.actuate.health中的类
EndpointWebExtensionfor theHealthEndpoint.- HealthEndpointWebExtension(HealthEndpoint, HealthWebEndpointResponseMapper) - 类 的构造器org.springframework.boot.actuate.health.HealthEndpointWebExtension
- healthForComponent(String) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpoint
- Return the
Healthof a particular component ornullif such component does not exist. - healthForComponent(SecurityContext, String) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpointWebExtension
- healthForComponentInstance(String, String) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpoint
- Return the
Healthof a particularinstancemanaged by the specifiedcomponentornullif that particular component is not aCompositeHealthIndicatoror if such instance does not exist. - healthForComponentInstance(SecurityContext, String, String) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpointWebExtension
- HealthIndicator - org.springframework.boot.actuate.health中的接口
- Strategy interface used to provide an indication of application health.
- HealthIndicatorNameFactory - org.springframework.boot.actuate.health中的类
- Generate a sensible health indicator name based on its bean name.
- HealthIndicatorNameFactory() - 类 的构造器org.springframework.boot.actuate.health.HealthIndicatorNameFactory
- HealthIndicatorReactiveAdapter - org.springframework.boot.actuate.health中的类
- Adapts a
HealthIndicatorto aReactiveHealthIndicatorso that it can be safely invoked in a reactive environment. - HealthIndicatorReactiveAdapter(HealthIndicator) - 类 的构造器org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter
- HealthIndicatorRegistry - org.springframework.boot.actuate.health中的接口
- A registry of
HealthIndicators. - HealthIndicatorRegistryFactory - org.springframework.boot.actuate.health中的类
- Factory to create a
HealthIndicatorRegistry. - HealthIndicatorRegistryFactory() - 类 的构造器org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
- HealthIndicatorRegistryFactory(Function<String, String>) - 类 的构造器org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
- HealthStatusHttpMapper - org.springframework.boot.actuate.health中的类
- Map a
Statusto an HTTP status code. - HealthStatusHttpMapper() - 类 的构造器org.springframework.boot.actuate.health.HealthStatusHttpMapper
- Create a new instance.
- HealthWebEndpointResponseMapper - org.springframework.boot.actuate.health中的类
- Maps a
Healthto aWebEndpointResponse. - HealthWebEndpointResponseMapper(HealthStatusHttpMapper, ShowDetails, Set<String>) - 类 的构造器org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
- heapDump(Boolean) - 类 中的方法org.springframework.boot.actuate.management.HeapDumpWebEndpoint
- HeapDumperUnavailableException(String, Throwable) - 异常错误 的构造器org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumperUnavailableException
- HeapDumpWebEndpoint - org.springframework.boot.actuate.management中的类
- Web
Endpointto expose heap dumps. - HeapDumpWebEndpoint() - 类 的构造器org.springframework.boot.actuate.management.HeapDumpWebEndpoint
- HeapDumpWebEndpoint(long) - 类 的构造器org.springframework.boot.actuate.management.HeapDumpWebEndpoint
- HeapDumpWebEndpoint.HeapDumper - org.springframework.boot.actuate.management中的接口
- Strategy interface used to dump the heap to a file.
- HeapDumpWebEndpoint.HeapDumperUnavailableException - org.springframework.boot.actuate.management中的异常错误
- Exception to be thrown if the
HeapDumpWebEndpoint.HeapDumpercannot be created. - HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper - org.springframework.boot.actuate.management中的类
HeapDumpWebEndpoint.HeapDumperthat usescom.sun.management.HotSpotDiagnosticMXBeanavailable on Oracle and OpenJDK to dump the heap to a file.- HotSpotDiagnosticMXBeanHeapDumper() - 类 的构造器org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
- HttpExchangeTracer - org.springframework.boot.actuate.trace.http中的类
- Traces an HTTP request-response exchange.
- HttpExchangeTracer(Set<Include>) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpExchangeTracer
- Creates a new
HttpExchangeTracerthat will use the givenincludesto determine the contents of its traces. - httpRequestTags(ServerWebExchange, Throwable) - 类 中的方法org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
- httpRequestTags(ServerWebExchange, Throwable) - 接口 中的方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsProvider
- Provides tags to be associated with metrics for the given
exchange. - HttpTrace - org.springframework.boot.actuate.trace.http中的类
- A trace event for handling of an HTTP request and response exchange.
- HttpTrace(HttpTrace.Request, HttpTrace.Response, Instant, HttpTrace.Principal, HttpTrace.Session, Long) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTrace
- Creates a fully-configured
HttpTraceinstance. - HttpTrace.Principal - org.springframework.boot.actuate.trace.http中的类
- Principal associated with an HTTP request-response exchange.
- HttpTrace.Request - org.springframework.boot.actuate.trace.http中的类
- Trace of an HTTP request.
- HttpTrace.Response - org.springframework.boot.actuate.trace.http中的类
- Trace of an HTTP response.
- HttpTrace.Session - org.springframework.boot.actuate.trace.http中的类
- Session associated with an HTTP request-response exchange.
- HttpTraceEndpoint - org.springframework.boot.actuate.trace.http中的类
- HttpTraceEndpoint(HttpTraceRepository) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
- Create a new
HttpTraceEndpointinstance. - HttpTraceEndpoint.HttpTraceDescriptor - org.springframework.boot.actuate.trace.http中的类
- A description of an application's
HttpTraceentries. - HttpTraceFilter - org.springframework.boot.actuate.web.trace.servlet中的类
- Servlet
Filterthat logs all requests to anHttpTraceRepository. - HttpTraceFilter(HttpTraceRepository, HttpExchangeTracer) - 类 的构造器org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
- Create a new
HttpTraceFilterinstance. - HttpTraceRepository - org.springframework.boot.actuate.trace.http中的接口
- A repository for
HttpTraces. - HttpTraceWebFilter - org.springframework.boot.actuate.web.trace.reactive中的类
- A
WebFilterfor tracing HTTP requests. - HttpTraceWebFilter(HttpTraceRepository, HttpExchangeTracer, Set<Include>) - 类 的构造器org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
I
- id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.Endpoint
- The id of the endpoint (must follow
EndpointIdrules). - id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
- The id of the endpoint.
- id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
- The id of the endpoint.
- id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
- The id of the endpoint.
- id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
- The id of the endpoint.
- id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
- The id of the endpoint.
- Include - org.springframework.boot.actuate.trace.http中的枚举
- Include options for HTTP tracing.
- InfluxDbHealthIndicator - org.springframework.boot.actuate.influx中的类
HealthIndicatorfor InfluxDB.- InfluxDbHealthIndicator(InfluxDB) - 类 的构造器org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
- info() - 类 中的方法org.springframework.boot.actuate.info.InfoEndpoint
- Info - org.springframework.boot.actuate.info中的类
- Carries information of the application.
- Info.Builder - org.springframework.boot.actuate.info中的类
- Builder for creating immutable
Infoinstances. - InfoContributor - org.springframework.boot.actuate.info中的接口
- Contributes additional info details.
- InfoEndpoint - org.springframework.boot.actuate.info中的类
Endpointto expose arbitrary application information.- InfoEndpoint(List<InfoContributor>) - 类 的构造器org.springframework.boot.actuate.info.InfoEndpoint
- Create a new
InfoEndpointinstance. - InfoPropertiesInfoContributor<T extends org.springframework.boot.info.InfoProperties> - org.springframework.boot.actuate.info中的类
- A base
InfoContributorto expose anInfoProperties. - InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - 类 的构造器org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- InfoPropertiesInfoContributor.Mode - org.springframework.boot.actuate.info中的枚举
- Defines how properties should be exposed.
- initCorsConfiguration(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
- initHandlerMethods() - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- initHandlerMethods() - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
- initHandlerMethods() - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- initHandlerMethods() - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
- initialize(T, Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
- initialize(T, Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
- InMemoryAuditEventRepository - org.springframework.boot.actuate.audit中的类
- In-memory
AuditEventRepositoryimplementation. - InMemoryAuditEventRepository() - 类 的构造器org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
- InMemoryAuditEventRepository(int) - 类 的构造器org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
- InMemoryHttpTraceRepository - org.springframework.boot.actuate.trace.http中的类
- In-memory implementation of
HttpTraceRepository. - InMemoryHttpTraceRepository() - 类 的构造器org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
- IntegrationGraphEndpoint - org.springframework.boot.actuate.integration中的类
Endpointto expose the Spring Integration graph.- IntegrationGraphEndpoint(IntegrationGraphServer) - 类 的构造器org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
- Create a new
IntegrationGraphEndpointinstance that exposes a graph containing all the Spring Integration components in the givenIntegrationGraphServer. - IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, IntervalTask) - 类 的构造器org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
- IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, TriggerTask, PeriodicTrigger) - 类 的构造器org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
- InvalidEndpointRequestException - org.springframework.boot.actuate.endpoint中的异常错误
- Indicate that an endpoint request is invalid.
- InvalidEndpointRequestException(String, String) - 异常错误 的构造器org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
- InvalidEndpointRequestException(String, String, Throwable) - 异常错误 的构造器org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
- InvocationContext - org.springframework.boot.actuate.endpoint中的类
- The context for the
invocation of an operation. - InvocationContext(SecurityContext, Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.endpoint.InvocationContext
- Creates a new context for an operation being invoked by the given
principalwith the given availablearguments. - invoke(String, Object[], String[]) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- invoke(InvocationContext) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- invoke(InvocationContext) - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationInvoker
- Invoke the underlying operation using the given
context. - invoke(InvocationContext) - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
- invoke(InvocationContext) - 类 中的方法org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
- invoke(InvocationContext) - 接口 中的方法org.springframework.boot.actuate.endpoint.Operation
- Invoke the underlying operation using the given
context. - invoke(InvocationContext) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
- isBlocking() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.WebOperation
- Returns if the underlying operation is blocking.
- isEnableByDefault() - 类 中的方法org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
- isEnableByDefault() - 接口 中的方法org.springframework.boot.actuate.endpoint.ExposableEndpoint
- Returns if the endpoint is enabled by default.
- isEndpointExposed(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- Determine if an endpoint bean should be exposed.
- isEndpointExposed(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- isEndpointExposed(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- isExpired() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- isExtensionExposed(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- Determine if an extension bean should be exposed.
- isHandler(Class<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- isHandler(Class<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- isMandatory() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameter
- Return if the parameter is mandatory (does not accept null values).
- isNegated() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
- isNegated() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
- isNegated() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
- isNegated() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
- IsoOffsetDateTimeConverter - org.springframework.boot.actuate.endpoint.invoke.convert中的类
- IsoOffsetDateTimeConverter() - 类 的构造器org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
- isTemplated() - 类 中的方法org.springframework.boot.actuate.endpoint.web.Link
- Returns whether or not the
hrefis templated. - isUserInRole(String) - 接口 中的方法org.springframework.boot.actuate.endpoint.SecurityContext
- Returns
trueif the currently authenticated user is in the givenrole, or false otherwise. - iterator() - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
J
- JacksonJmxOperationResponseMapper - org.springframework.boot.actuate.endpoint.jmx中的类
JmxOperationResponseMapperthat delegates to a JacksonObjectMapperto return a JSON response.- JacksonJmxOperationResponseMapper(ObjectMapper) - 类 的构造器org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
- JCacheCacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache中的类
CacheMeterBinderProviderimplementation for JCache.- JCacheCacheMeterBinderProvider() - 类 的构造器org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
- JerseyEndpointResourceFactory - org.springframework.boot.actuate.endpoint.web.jersey中的类
- A factory for creating Jersey
Resourcesforweb endpoint operations. - JerseyEndpointResourceFactory() - 类 的构造器org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
- JettyServerThreadPoolMetricsBinder - org.springframework.boot.actuate.metrics.web.jetty中的类
- Binds
JettyServerThreadPoolMetricsin response to theApplicationStartedEvent. - JettyServerThreadPoolMetricsBinder(MeterRegistry) - 类 的构造器org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
- JettyServerThreadPoolMetricsBinder(MeterRegistry, Iterable<Tag>) - 类 的构造器org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
- JmsHealthIndicator - org.springframework.boot.actuate.jms中的类
HealthIndicatorfor a JMSConnectionFactory.- JmsHealthIndicator(ConnectionFactory) - 类 的构造器org.springframework.boot.actuate.jms.JmsHealthIndicator
- JmxEndpoint - org.springframework.boot.actuate.endpoint.jmx.annotation中的注释类型
- Identifies a type as being an endpoint that is only exposed over JMX.
- JmxEndpointDiscoverer - org.springframework.boot.actuate.endpoint.jmx.annotation中的类
- JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableJmxEndpoint>>) - 类 的构造器org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
- Create a new
JmxEndpointDiscovererinstance. - JmxEndpointExporter - org.springframework.boot.actuate.endpoint.jmx中的类
- Exports
JMX endpointsto aMBeanServer. - JmxEndpointExporter(MBeanServer, EndpointObjectNameFactory, JmxOperationResponseMapper, Collection<? extends ExposableJmxEndpoint>) - 类 的构造器org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
- JmxEndpointsSupplier - org.springframework.boot.actuate.endpoint.jmx中的接口
- JmxOperation - org.springframework.boot.actuate.endpoint.jmx中的接口
- An operation on a JMX endpoint.
- JmxOperationParameter - org.springframework.boot.actuate.endpoint.jmx中的接口
- Describes the parameters of an operation on a JMX endpoint.
- JmxOperationResponseMapper - org.springframework.boot.actuate.endpoint.jmx中的接口
- Maps an operation's response to a JMX-friendly form.
L
- LdapHealthIndicator - org.springframework.boot.actuate.ldap中的类
HealthIndicatorfor configured LDAP server(s).- LdapHealthIndicator(LdapOperations) - 类 的构造器org.springframework.boot.actuate.ldap.LdapHealthIndicator
- Link - org.springframework.boot.actuate.endpoint.web中的类
- Details for a link in a HAL-formatted response.
- Link(String) - 类 的构造器org.springframework.boot.actuate.endpoint.web.Link
- Creates a new
Linkwith the givenhref. - links(HttpServletRequest, HttpServletResponse) - 接口 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.LinksHandler
- links(ServerWebExchange) - 接口 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.LinksHandler
- LiquibaseBean(List<LiquibaseEndpoint.ChangeSet>) - 类 的构造器org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
- liquibaseBeans() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
- LiquibaseEndpoint - org.springframework.boot.actuate.liquibase中的类
Endpointto expose liquibase info.- LiquibaseEndpoint(ApplicationContext) - 类 的构造器org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
- LiquibaseEndpoint.ApplicationLiquibaseBeans - org.springframework.boot.actuate.liquibase中的类
- Description of an application's
SpringLiquibasebeans, primarily intended for serialization to JSON. - LiquibaseEndpoint.ChangeSet - org.springframework.boot.actuate.liquibase中的类
- A Liquibase change set.
- LiquibaseEndpoint.ContextExpression - org.springframework.boot.actuate.liquibase中的类
- A context expression in a
LiquibaseEndpoint.ChangeSet. - LiquibaseEndpoint.ContextLiquibaseBeans - org.springframework.boot.actuate.liquibase中的类
- Description of an application context's
SpringLiquibasebeans, primarily intended for serialization to JSON. - LiquibaseEndpoint.LiquibaseBean - org.springframework.boot.actuate.liquibase中的类
- Description of a
SpringLiquibasebean, primarily intended for serialization to JSON. - listNames() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint
- logFile() - 类 中的方法org.springframework.boot.actuate.logging.LogFileWebEndpoint
- LogFileWebEndpoint - org.springframework.boot.actuate.logging中的类
- Web
Endpointthat provides access to an application's log file. - LogFileWebEndpoint(Environment) - 类 的构造器org.springframework.boot.actuate.logging.LogFileWebEndpoint
- LogFileWebEndpoint(Environment, File) - 类 的构造器org.springframework.boot.actuate.logging.LogFileWebEndpoint
- loggerLevels(String) - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint
- LoggerLevels(LoggerConfiguration) - 类 的构造器org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
- loggers() - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint
- LoggersEndpoint - org.springframework.boot.actuate.logging中的类
Endpointto expose a collection ofLoggerConfigurations.- LoggersEndpoint(LoggingSystem) - 类 的构造器org.springframework.boot.actuate.logging.LoggersEndpoint
- Create a new
LoggersEndpointinstance. - LoggersEndpoint.LoggerLevels - org.springframework.boot.actuate.logging中的类
- Levels configured for a given logger exposed in a JSON friendly way.
- LongTaskTimingHandlerInterceptor - org.springframework.boot.actuate.metrics.web.servlet中的类
- A
HandlerInterceptorthat supports Micrometer's long task timers configured on a handler usingTimedwithTimed.longTask()set totrue. - LongTaskTimingHandlerInterceptor(MeterRegistry, WebMvcTagsProvider) - 类 的构造器org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
- Creates a new
LongTaskTimingHandlerInterceptorthat will createLongTaskTimersusing the given registry.
M
- MailHealthIndicator - org.springframework.boot.actuate.mail中的类
HealthIndicatorfor configured smtp server(s).- MailHealthIndicator(JavaMailSenderImpl) - 类 的构造器org.springframework.boot.actuate.mail.MailHealthIndicator
- map(Health, SecurityContext) - 类 中的方法org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
- Maps the given
healthto aWebEndpointResponse, honouring the mapper's defaultShowDetailsusing the givensecurityContext. - map(Health, SecurityContext, ShowDetails) - 类 中的方法org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
- Maps the given
healthto aWebEndpointResponse, honouring the givenshowDetailsusing the givensecurityContext. - mapDetails(Supplier<Health>, SecurityContext) - 类 中的方法org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
- Maps the given
healthdetails to aWebEndpointResponse, honouring the mapper's defaultShowDetailsusing the givensecurityContext. - MapInfoContributor - org.springframework.boot.actuate.info中的类
- A simple
InfoContributorthat exposes a map. - MapInfoContributor(Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.info.MapInfoContributor
- mapParameterValue(OperationParameter, Object) - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- mapParameterValue(OperationParameter, Object) - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
- Map the specified
inputparameter to the givenparameterType. - MappingDescriptionProvider - org.springframework.boot.actuate.web.mappings中的接口
- A
MappingDescriptionProviderprovides aListof mapping descriptions via implementation-specific introspection of an application context. - mappings() - 类 中的方法org.springframework.boot.actuate.web.mappings.MappingsEndpoint
- MappingsEndpoint - org.springframework.boot.actuate.web.mappings中的类
Endpointto expose HTTP request mappings.- MappingsEndpoint(Collection<MappingDescriptionProvider>, ApplicationContext) - 类 的构造器org.springframework.boot.actuate.web.mappings.MappingsEndpoint
- MappingsEndpoint.ApplicationMappings - org.springframework.boot.actuate.web.mappings中的类
- A description of an application's request mappings.
- MappingsEndpoint.ContextMappings - org.springframework.boot.actuate.web.mappings中的类
- A description of an application context's request mappings.
- mapResponse(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
- mapResponse(Object) - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
- Map the operation's response so that it can be consumed by a JMX compliant client.
- mapResponseType(Class<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
- mapResponseType(Class<?>) - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
- Map the response type to its JMX compliant counterpart.
- mapStatus(Status) - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
- Map the specified
Statusto an HTTP status code. - match(E) - 接口 中的方法org.springframework.boot.actuate.endpoint.EndpointFilter
- Return
trueif the filter matches. - match(HttpServletRequest, String) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- match(DiscoveredEndpoint<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
- method(HttpServletRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
- Creates a
methodtag based on themethodof the givenrequest. - method(HttpRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
- Creates a
methodTagfor themethodof the givenrequest. - method(ClientRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- Creates a
methodTagfor themethodof the givenrequest. - method(ServerWebExchange) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
- Creates a
methodtag based on themethodof theServerWebExchange.getRequest()request of the givenexchange. - metric(String, List<String>) - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint
- MetricsEndpoint - org.springframework.boot.actuate.metrics中的类
- An
Endpointfor exposing the metrics held by aMeterRegistry. - MetricsEndpoint(MeterRegistry) - 类 的构造器org.springframework.boot.actuate.metrics.MetricsEndpoint
- MetricsEndpoint.AvailableTag - org.springframework.boot.actuate.metrics中的类
- A set of tags for further dimensional drilldown and their potential values.
- MetricsEndpoint.ListNamesResponse - org.springframework.boot.actuate.metrics中的类
- Response payload for a metric name listing.
- MetricsEndpoint.MetricResponse - org.springframework.boot.actuate.metrics中的类
- Response payload for a metric name selector.
- MetricsEndpoint.Sample - org.springframework.boot.actuate.metrics中的类
- A measurement sample combining a
statisticand a value. - MetricsRestTemplateCustomizer - org.springframework.boot.actuate.metrics.web.client中的类
RestTemplateCustomizerthat configures theRestTemplateto record request metrics.- MetricsRestTemplateCustomizer(MeterRegistry, RestTemplateExchangeTagsProvider, String) - 类 的构造器org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
- Creates a new
MetricsRestTemplateInterceptorthat will record metrics using the givenmeterRegistrywith tags provided by the giventagProvider. - MetricsWebClientCustomizer - org.springframework.boot.actuate.metrics.web.reactive.client中的类
WebClientCustomizerthat configures theWebClientto record request metrics.- MetricsWebClientCustomizer(MeterRegistry, WebClientExchangeTagsProvider, String) - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
- Create a new
MetricsWebClientFilterFunctionthat will record metrics using the givenmeterRegistrywith tags provided by the giventagProvider. - MetricsWebClientFilterFunction - org.springframework.boot.actuate.metrics.web.reactive.client中的类
ExchangeFilterFunctionapplied via aMetricsWebClientCustomizerto record metrics.- MetricsWebClientFilterFunction(MeterRegistry, WebClientExchangeTagsProvider, String) - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
- MetricsWebFilter - org.springframework.boot.actuate.metrics.web.reactive.server中的类
- Intercepts incoming HTTP requests handled by Spring WebFlux handlers.
- MetricsWebFilter(MeterRegistry, WebFluxTagsProvider, String) - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
- 已过时。since 2.0.6 in favor of
MetricsWebFilter(MeterRegistry, WebFluxTagsProvider, String, boolean) - MetricsWebFilter(MeterRegistry, WebFluxTagsProvider, String, boolean) - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
- MissingParametersException - org.springframework.boot.actuate.endpoint.invoke中的异常错误
RuntimeExceptionthrown when an endpoint invocation does not contain required parameters.- MissingParametersException(Set<OperationParameter>) - 异常错误 的构造器org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
- MongoHealthIndicator - org.springframework.boot.actuate.mongo中的类
- Simple implementation of a
HealthIndicatorreturning status information for Mongo data stores. - MongoHealthIndicator(MongoTemplate) - 类 的构造器org.springframework.boot.actuate.mongo.MongoHealthIndicator
- MongoReactiveHealthIndicator - org.springframework.boot.actuate.mongo中的类
- A
ReactiveHealthIndicatorfor Mongo. - MongoReactiveHealthIndicator(ReactiveMongoTemplate) - 类 的构造器org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
N
- Neo4jHealthIndicator - org.springframework.boot.actuate.neo4j中的类
HealthIndicatorthat tests the status of a Neo4j by executing a Cypher statement.- Neo4jHealthIndicator(SessionFactory) - 类 的构造器org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
- Create a new
Neo4jHealthIndicatorusing the specifiedSessionFactory. - NEVER - org.springframework.boot.actuate.health.ShowDetails
- Never show details in the response.
- NONE - org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
- Don't perform any shutdown operation.
- NONE - 接口 中的静态变量org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
- A
ParameterValueMapperthat does nothing. - NONE - 接口 中的静态变量org.springframework.boot.actuate.endpoint.SecurityContext
- Empty security context.
- NonUniqueCacheException - org.springframework.boot.actuate.cache中的异常错误
- Exception thrown when multiple caches exist with the same name.
- NonUniqueCacheException(String, Collection<String>) - 异常错误 的构造器org.springframework.boot.actuate.cache.NonUniqueCacheException
O
- of(String) - 类 中的静态方法org.springframework.boot.actuate.endpoint.EndpointId
- Factory method to create a new
EndpointIdof the specified value. - onApplicationEvent(AuditApplicationEvent) - 类 中的方法org.springframework.boot.actuate.audit.listener.AbstractAuditListener
- onApplicationEvent(ApplicationStartedEvent) - 类 中的方法org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
- onApplicationEvent(ApplicationStartedEvent) - 类 中的方法org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
- onApplicationEvent(AbstractAuthorizationEvent) - 类 中的方法org.springframework.boot.actuate.security.AuthorizationAuditListener
- onApplicationEvent(AbstractAuthenticationEvent) - 类 中的方法org.springframework.boot.actuate.security.AuthenticationAuditListener
- onAuditEvent(AuditEvent) - 类 中的方法org.springframework.boot.actuate.audit.listener.AbstractAuditListener
- onAuditEvent(AuditEvent) - 类 中的方法org.springframework.boot.actuate.audit.listener.AuditListener
- onStartup(ServletContext) - 类 中的方法org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
- Operation - org.springframework.boot.actuate.endpoint中的接口
- An operation on an
endpoint. - OperationInvoker - org.springframework.boot.actuate.endpoint.invoke中的接口
- Interface to perform an operation invocation.
- OperationInvokerAdvisor - org.springframework.boot.actuate.endpoint.invoke中的接口
- Allows additional functionality to be applied to an
OperationInvoker. - OperationKey(Object, Supplier<String>) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
- Create a new
EndpointDiscoverer.OperationKeyinstance. - OperationMethod - org.springframework.boot.actuate.endpoint.invoke.reflect中的类
- Information describing an operation method on an endpoint method.
- OperationMethod(Method, OperationType) - 类 的构造器org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
- Create a new
OperationMethodinstance. - OperationParameter - org.springframework.boot.actuate.endpoint.invoke中的接口
- A single operation parameter.
- OperationParameters - org.springframework.boot.actuate.endpoint.invoke中的接口
- A collection of
operation parameters. - OperationType - org.springframework.boot.actuate.endpoint中的枚举
- An enumeration of the different types of operation supported by an endpoint.
- OrderedHealthAggregator - org.springframework.boot.actuate.health中的类
- Default
HealthAggregatorimplementation that aggregatesHealthinstances and determines the final system state based on a simple ordered list. - OrderedHealthAggregator() - 类 的构造器org.springframework.boot.actuate.health.OrderedHealthAggregator
- Create a new
OrderedHealthAggregatorinstance. - org.springframework.boot.actuate.amqp - 程序包 org.springframework.boot.actuate.amqp
- Actuator support for AMQP and RabbitMQ.
- org.springframework.boot.actuate.audit - 程序包 org.springframework.boot.actuate.audit
- Core actuator auditing classes.
- org.springframework.boot.actuate.audit.listener - 程序包 org.springframework.boot.actuate.audit.listener
- Actuator auditing listeners.
- org.springframework.boot.actuate.beans - 程序包 org.springframework.boot.actuate.beans
- Actuator support relating to Spring Beans.
- org.springframework.boot.actuate.cache - 程序包 org.springframework.boot.actuate.cache
- Actuator support for caches.
- org.springframework.boot.actuate.cassandra - 程序包 org.springframework.boot.actuate.cassandra
- Actuator support for Cassandra.
- org.springframework.boot.actuate.context - 程序包 org.springframework.boot.actuate.context
- Actuator support relating to Spring Context.
- org.springframework.boot.actuate.context.properties - 程序包 org.springframework.boot.actuate.context.properties
- Actuator support relating to external configuration properties.
- org.springframework.boot.actuate.couchbase - 程序包 org.springframework.boot.actuate.couchbase
- Actuator support for Couchbase.
- org.springframework.boot.actuate.elasticsearch - 程序包 org.springframework.boot.actuate.elasticsearch
- Actuator support for Elasticsearch.
- org.springframework.boot.actuate.endpoint - 程序包 org.springframework.boot.actuate.endpoint
- Endpoint support.
- org.springframework.boot.actuate.endpoint.annotation - 程序包 org.springframework.boot.actuate.endpoint.annotation
- Annotation support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.http - 程序包 org.springframework.boot.actuate.endpoint.http
- Actuator endpoint HTTP concerns (not tied to any specific implementation).
- org.springframework.boot.actuate.endpoint.invoke - 程序包 org.springframework.boot.actuate.endpoint.invoke
- Interfaces and classes relating to invoking operation methods.
- org.springframework.boot.actuate.endpoint.invoke.convert - 程序包 org.springframework.boot.actuate.endpoint.invoke.convert
- Converter support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.invoke.reflect - 程序包 org.springframework.boot.actuate.endpoint.invoke.reflect
- Endpoint reflection support.
- org.springframework.boot.actuate.endpoint.invoker.cache - 程序包 org.springframework.boot.actuate.endpoint.invoker.cache
- Caching support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.jmx - 程序包 org.springframework.boot.actuate.endpoint.jmx
- JMX support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.jmx.annotation - 程序包 org.springframework.boot.actuate.endpoint.jmx.annotation
- Annotation support for actuator JMX endpoints.
- org.springframework.boot.actuate.endpoint.web - 程序包 org.springframework.boot.actuate.endpoint.web
- Web support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.annotation - 程序包 org.springframework.boot.actuate.endpoint.web.annotation
- Annotation support for actuator web endpoints.
- org.springframework.boot.actuate.endpoint.web.jersey - 程序包 org.springframework.boot.actuate.endpoint.web.jersey
- Jersey support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.reactive - 程序包 org.springframework.boot.actuate.endpoint.web.reactive
- Spring WebFlux support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.servlet - 程序包 org.springframework.boot.actuate.endpoint.web.servlet
- Spring MVC support for actuator endpoints.
- org.springframework.boot.actuate.env - 程序包 org.springframework.boot.actuate.env
- Actuator support for Spring Framework's
Environment. - org.springframework.boot.actuate.flyway - 程序包 org.springframework.boot.actuate.flyway
- Actuator support for Flyway.
- org.springframework.boot.actuate.health - 程序包 org.springframework.boot.actuate.health
- Actuator health indicator and endpoints.
- org.springframework.boot.actuate.influx - 程序包 org.springframework.boot.actuate.influx
- Actuator support for InfluxDB.
- org.springframework.boot.actuate.info - 程序包 org.springframework.boot.actuate.info
- Classes for application info.
- org.springframework.boot.actuate.integration - 程序包 org.springframework.boot.actuate.integration
- Actuator support for Spring Integration.
- org.springframework.boot.actuate.jdbc - 程序包 org.springframework.boot.actuate.jdbc
- Actuator support for JDBC.
- org.springframework.boot.actuate.jms - 程序包 org.springframework.boot.actuate.jms
- Actuator support for JMS.
- org.springframework.boot.actuate.ldap - 程序包 org.springframework.boot.actuate.ldap
- Actuator support for LDAP.
- org.springframework.boot.actuate.liquibase - 程序包 org.springframework.boot.actuate.liquibase
- Actuator support for Liquibase.
- org.springframework.boot.actuate.logging - 程序包 org.springframework.boot.actuate.logging
- Actuator support for logging.
- org.springframework.boot.actuate.mail - 程序包 org.springframework.boot.actuate.mail
- Actuator support for JavaMail.
- org.springframework.boot.actuate.management - 程序包 org.springframework.boot.actuate.management
- Actuator support for JVM management.
- org.springframework.boot.actuate.metrics - 程序包 org.springframework.boot.actuate.metrics
- Core actuator support for metrics.
- org.springframework.boot.actuate.metrics.amqp - 程序包 org.springframework.boot.actuate.metrics.amqp
- Actuator support for RabbitMQ Java Client metrics.
- org.springframework.boot.actuate.metrics.cache - 程序包 org.springframework.boot.actuate.metrics.cache
- Actuator support for cache metrics.
- org.springframework.boot.actuate.metrics.export.prometheus - 程序包 org.springframework.boot.actuate.metrics.export.prometheus
- Actuator support for exporting metrics to Prometheus.
- org.springframework.boot.actuate.metrics.jdbc - 程序包 org.springframework.boot.actuate.metrics.jdbc
- Actuator support for JDBC metrics.
- org.springframework.boot.actuate.metrics.web.client - 程序包 org.springframework.boot.actuate.metrics.web.client
- Actuator support for web client metrics.
- org.springframework.boot.actuate.metrics.web.jetty - 程序包 org.springframework.boot.actuate.metrics.web.jetty
- Actuator support for Jetty metrics.
- org.springframework.boot.actuate.metrics.web.reactive.client - 程序包 org.springframework.boot.actuate.metrics.web.reactive.client
- Actuator support for
WebClientmetrics. - org.springframework.boot.actuate.metrics.web.reactive.server - 程序包 org.springframework.boot.actuate.metrics.web.reactive.server
- Actuator support for WebFlux metrics.
- org.springframework.boot.actuate.metrics.web.servlet - 程序包 org.springframework.boot.actuate.metrics.web.servlet
- Actuator support for Spring MVC metrics.
- org.springframework.boot.actuate.metrics.web.tomcat - 程序包 org.springframework.boot.actuate.metrics.web.tomcat
- Actuator support for Tomcat metrics.
- org.springframework.boot.actuate.mongo - 程序包 org.springframework.boot.actuate.mongo
- Actuator support for Mongo.
- org.springframework.boot.actuate.neo4j - 程序包 org.springframework.boot.actuate.neo4j
- Actuator support for Neo4j.
- org.springframework.boot.actuate.redis - 程序包 org.springframework.boot.actuate.redis
- Actuator support for Redis.
- org.springframework.boot.actuate.scheduling - 程序包 org.springframework.boot.actuate.scheduling
- Actuator scheduling support.
- org.springframework.boot.actuate.security - 程序包 org.springframework.boot.actuate.security
- Actuator support for security.
- org.springframework.boot.actuate.session - 程序包 org.springframework.boot.actuate.session
- Actuator support for Spring Session.
- org.springframework.boot.actuate.solr - 程序包 org.springframework.boot.actuate.solr
- Actuator support for Solr.
- org.springframework.boot.actuate.system - 程序包 org.springframework.boot.actuate.system
- Actuator support for system-related concerns.
- org.springframework.boot.actuate.trace.http - 程序包 org.springframework.boot.actuate.trace.http
- Actuator HTTP tracing support.
- org.springframework.boot.actuate.web.mappings - 程序包 org.springframework.boot.actuate.web.mappings
- Actuator web request mappings support.
- org.springframework.boot.actuate.web.mappings.reactive - 程序包 org.springframework.boot.actuate.web.mappings.reactive
- Actuator reactive request mappings support.
- org.springframework.boot.actuate.web.mappings.servlet - 程序包 org.springframework.boot.actuate.web.mappings.servlet
- Actuator servlet request mappings support.
- org.springframework.boot.actuate.web.trace.reactive - 程序包 org.springframework.boot.actuate.web.trace.reactive
- Actuator reactive HTTP tracing support.
- org.springframework.boot.actuate.web.trace.servlet - 程序包 org.springframework.boot.actuate.web.trace.servlet
- Actuator servlet HTTP tracing support.
- OUT_OF_SERVICE - 类 中的静态变量org.springframework.boot.actuate.health.Status
Statusindicating that the component or subsystem has been taken out of service and should not be used.- outcome(HttpServletResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
- Creates an
outcometag based on the status of the givenresponse. - outcome(ServerWebExchange) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
- Creates an
outcometag based on the response status of the givenexchange. - outOfService() - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
- Set status to
Status.OUT_OF_SERVICE. - outOfService() - 类 中的静态方法org.springframework.boot.actuate.health.Health
- Create a new
Health.Builderinstance with anStatus.OUT_OF_SERVICEstatus.
P
- ParameterMappingException - org.springframework.boot.actuate.endpoint.invoke中的异常错误
- A
ParameterMappingExceptionis thrown when a failure occurs duringoperation parameter mapping. - ParameterMappingException(OperationParameter, Object, Throwable) - 异常错误 的构造器org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
- Creates a new
ParameterMappingExceptionfor a failure that occurred when trying to map the giveninputto the giventype. - ParameterValueMapper - org.springframework.boot.actuate.endpoint.invoke中的接口
- Maps parameter values to the required type when invoking an endpoint.
- PathMappedEndpoint - org.springframework.boot.actuate.endpoint.web中的接口
- Interface that can be implemented by an
ExposableEndpointthat is mapped to a root web path. - PathMappedEndpoints - org.springframework.boot.actuate.endpoint.web中的类
- A collection of
path mapped endpoints. - PathMappedEndpoints(String, Collection<EndpointsSupplier<?>>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- Create a new
PathMappedEndpointsinstance for the given suppliers. - PathMappedEndpoints(String, EndpointsSupplier<?>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- Create a new
PathMappedEndpointsinstance for the given supplier. - PathMapper - org.springframework.boot.actuate.endpoint.web中的接口
- Strategy interface used to provide a mapping between an endpoint ID and the root path where it will be exposed.
- POST - org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
- An HTTP POST request.
- postProcessContent(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.info.BuildInfoContributor
- postProcessContent(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.info.GitInfoContributor
- Post-process the content to expose.
- postProcessContent(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- Post-process the content to expose.
- postProcessRequestHeaders(Map<String, List<String>>) - 类 中的方法org.springframework.boot.actuate.trace.http.HttpExchangeTracer
- Post-process the given mutable map of request
headers. - preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
- Principal(String) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTrace.Principal
- Creates a
Principal. - PRINCIPAL - org.springframework.boot.actuate.trace.http.Include
- Include the principal.
- produces() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
- The media type of the result of the operation.
- produces() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.ReadOperation
- The media type of the result of the operation.
- produces() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.WriteOperation
- The media type of the result of the operation.
- PrometheusPushGatewayManager - org.springframework.boot.actuate.metrics.export.prometheus中的类
- Class that can be used to manage the pushing of metrics to a
Prometheus PushGateway. - PrometheusPushGatewayManager(PushGateway, CollectorRegistry, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - 类 的构造器org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
- Create a new
PrometheusPushGatewayManagerinstance using a single threadedTaskScheduler. - PrometheusPushGatewayManager(PushGateway, CollectorRegistry, TaskScheduler, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - 类 的构造器org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
- Create a new
PrometheusPushGatewayManagerinstance. - PrometheusPushGatewayManager.ShutdownOperation - org.springframework.boot.actuate.metrics.export.prometheus中的枚举
- The operation that should be performed on shutdown.
- PrometheusScrapeEndpoint - org.springframework.boot.actuate.metrics.export.prometheus中的类
Endpointthat outputs metrics in a format that can be scraped by the Prometheus server.- PrometheusScrapeEndpoint(CollectorRegistry) - 类 的构造器org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
- PropertySummaryDescriptor(String, Object) - 类 的构造器org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
- publish(AuditEvent) - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
- publish(AuditEvent) - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
- PUSH - org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
- Perform a 'push' before shutdown.
R
- RabbitHealthIndicator - org.springframework.boot.actuate.amqp中的类
- Simple implementation of a
HealthIndicatorreturning status information for the RabbitMQ messaging system. - RabbitHealthIndicator(RabbitTemplate) - 类 的构造器org.springframework.boot.actuate.amqp.RabbitHealthIndicator
- RabbitMetrics - org.springframework.boot.actuate.metrics.amqp中的类
- A
MeterBinderfor RabbitMQ Java Client metrics. - RabbitMetrics(ConnectionFactory, Iterable<Tag>) - 类 的构造器org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
- Create a new meter binder recording the specified
ConnectionFactory. - ReactiveHealthEndpointWebExtension - org.springframework.boot.actuate.health中的类
- Reactive
EndpointWebExtensionfor theHealthEndpoint. - ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator, HealthWebEndpointResponseMapper) - 类 的构造器org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
- ReactiveHealthIndicator - org.springframework.boot.actuate.health中的接口
- Defines the
Healthof an arbitrary system or component. - ReactiveHealthIndicatorRegistry - org.springframework.boot.actuate.health中的接口
- A registry of
ReactiveHealthIndicators. - ReactiveHealthIndicatorRegistryFactory - org.springframework.boot.actuate.health中的类
- Factory to create a
HealthIndicatorRegistry. - ReactiveHealthIndicatorRegistryFactory() - 类 的构造器org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
- ReactiveHealthIndicatorRegistryFactory(Function<String, String>) - 类 的构造器org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
- READ - org.springframework.boot.actuate.endpoint.OperationType
- A read operation.
- ReadOperation - org.springframework.boot.actuate.endpoint.annotation中的注释类型
- Identifies a method on an
Endpointas being a read operation. - rebuild() - 类 中的方法org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
- receivedRequest(TraceableRequest) - 类 中的方法org.springframework.boot.actuate.trace.http.HttpExchangeTracer
- Begins the tracing of the exchange that was initiated by the given
requestbeing received. - RedisHealthIndicator - org.springframework.boot.actuate.redis中的类
- Simple implementation of a
HealthIndicatorreturning status information for Redis data stores. - RedisHealthIndicator(RedisConnectionFactory) - 类 的构造器org.springframework.boot.actuate.redis.RedisHealthIndicator
- RedisReactiveHealthIndicator - org.springframework.boot.actuate.redis中的类
- A
ReactiveHealthIndicatorfor Redis. - RedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - 类 的构造器org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
- ReflectiveOperationInvoker - org.springframework.boot.actuate.endpoint.invoke.reflect中的类
- An
OperationInvokerthat invokes an operation using reflection. - ReflectiveOperationInvoker(Object, OperationMethod, ParameterValueMapper) - 类 的构造器org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
- Creates a new {code ReflectiveOperationInvoker} that will invoke the given
methodon the giventarget. - register(String, HealthIndicator) - 类 中的方法org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
- register(String, HealthIndicator) - 接口 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistry
- Registers the given
HealthIndicator, associating it with the givenname. - register(String, ReactiveHealthIndicator) - 类 中的方法org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
- register(String, ReactiveHealthIndicator) - 接口 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
- Registers the given
ReactiveHealthIndicator, associating it with the givenname. - registerConverter(ConverterRegistry) - 类 中的静态方法org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
- registerHandlerMethod(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
- registerHandlerMethod(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
- RegistrationMappingDescription<T extends javax.servlet.Registration> - org.springframework.boot.actuate.web.mappings.servlet中的类
- A mapping description derived from a
Registration. - RegistrationMappingDescription(T) - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
- Creates a new
RegistrationMappingDescriptionderived from the givenregistrationand with the givenpredicate. - REMOTE_ADDRESS - org.springframework.boot.actuate.trace.http.Include
- Include the remote address.
- replaceValue(Map<String, Object>, String, Object) - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- Replace the
valuefor the specified key if the value is notnull. - Request(String, URI, Map<String, List<String>>, String) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTrace.Request
- Creates a fully-configured
Requestinstance. - REQUEST_HEADERS - org.springframework.boot.actuate.trace.http.Include
- Include request headers.
- RequestMappingConditionsDescription - org.springframework.boot.actuate.web.mappings.reactive中的类
- Description of the conditions of a
RequestMappingInfo. - RequestMappingConditionsDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
- Description of the conditions of a
RequestMappingInfo. - RequestMappingConditionsDescription.MediaTypeExpressionDescription - org.springframework.boot.actuate.web.mappings.reactive中的类
- A description of a
MediaTypeExpressionin a request mapping condition. - RequestMappingConditionsDescription.MediaTypeExpressionDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
- A description of a
MediaTypeExpressionin a request mapping condition. - RequestMappingConditionsDescription.NameValueExpressionDescription - org.springframework.boot.actuate.web.mappings.reactive中的类
- A description of a
NameValueExpressionin a request mapping condition. - RequestMappingConditionsDescription.NameValueExpressionDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
- A description of a
NameValueExpressionin a request mapping condition. - resolveLinks(String) - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
- Resolves links to the known endpoints based on a request with the given
requestUrl. - Response(int, Map<String, List<String>>) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTrace.Response
- Creates a fully-configured
Responseinstance. - RESPONSE_HEADERS - org.springframework.boot.actuate.trace.http.Include
- Include response headers.
- RestControllerEndpoint - org.springframework.boot.actuate.endpoint.web.annotation中的注释类型
- Identifies a type as being a REST endpoint that is only exposed over Spring MVC or Spring WebFlux.
- RestTemplateExchangeTags - org.springframework.boot.actuate.metrics.web.client中的类
- Factory methods for creating
Tagsrelated to a request-response exchange performed by aRestTemplate. - RestTemplateExchangeTagsProvider - org.springframework.boot.actuate.metrics.web.client中的接口
- Provides
Tagsfor an exchange performed by aRestTemplate.
S
- sanitize(String, Object) - 类 中的方法org.springframework.boot.actuate.endpoint.Sanitizer
- Sanitize the given value if necessary.
- sanitize(String, Object) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint
- Sanitizer - org.springframework.boot.actuate.endpoint中的类
- Strategy that should be used by endpoint implementations to sanitize potentially sensitive keys.
- Sanitizer() - 类 的构造器org.springframework.boot.actuate.endpoint.Sanitizer
- Sanitizer(String...) - 类 的构造器org.springframework.boot.actuate.endpoint.Sanitizer
- scheduledTasks() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
- ScheduledTasksEndpoint - org.springframework.boot.actuate.scheduling中的类
Endpointto expose information about an application's scheduled tasks.- ScheduledTasksEndpoint(Collection<ScheduledTaskHolder>) - 类 的构造器org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
- ScheduledTasksEndpoint.CronTaskDescription - org.springframework.boot.actuate.scheduling中的类
- A description of a
CronTaskor aTriggerTaskwith aCronTrigger. - ScheduledTasksEndpoint.FixedDelayTaskDescription - org.springframework.boot.actuate.scheduling中的类
- A description of a
FixedDelayTaskor aTriggerTaskwith a fixed-delayPeriodicTrigger. - ScheduledTasksEndpoint.FixedRateTaskDescription - org.springframework.boot.actuate.scheduling中的类
- A description of a
FixedRateTaskor aTriggerTaskwith a fixed-ratePeriodicTrigger. - ScheduledTasksEndpoint.IntervalTaskDescription - org.springframework.boot.actuate.scheduling中的类
- A description of an
IntervalTask. - ScheduledTasksEndpoint.RunnableDescription - org.springframework.boot.actuate.scheduling中的类
- A description of a
Task'sRunnable. - ScheduledTasksEndpoint.ScheduledTasksReport - org.springframework.boot.actuate.scheduling中的类
- A report of an application's scheduled
Tasks, primarily intended for serialization to JSON. - ScheduledTasksEndpoint.TaskDescription - org.springframework.boot.actuate.scheduling中的类
- Base class for descriptions of a
Task. - scrape() - 类 中的方法org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
- SecurityContext - org.springframework.boot.actuate.endpoint中的接口
- Security context in which an endpoint is being invoked.
- Selector - org.springframework.boot.actuate.endpoint.annotation中的注释类型
- A
Selectorcan be used on a parameter of anEndpointmethod to indicate that the parameter is used to select a subset of the endpoint's data. - sendingResponse(HttpTrace, TraceableResponse, Supplier<Principal>, Supplier<String>) - 类 中的方法org.springframework.boot.actuate.trace.http.HttpExchangeTracer
- Ends the tracing of the exchange that is being concluded by sending the given
response. - ServletEndpoint - org.springframework.boot.actuate.endpoint.web.annotation中的注释类型
- Identifies a type as being an endpoint that supplies a servlet to expose.
- ServletEndpointDiscoverer - org.springframework.boot.actuate.endpoint.web.annotation中的类
- ServletEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableServletEndpoint>>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- Create a new
ServletEndpointDiscovererinstance. - ServletEndpointRegistrar - org.springframework.boot.actuate.endpoint.web中的类
ServletContextInitializerto registerservlet endpoints.- ServletEndpointRegistrar(String, Collection<ExposableServletEndpoint>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
- ServletEndpointsSupplier - org.springframework.boot.actuate.endpoint.web.annotation中的接口
- ServletRegistrationMappingDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
- A mapping description derived from a
ServletRegistration. - ServletRegistrationMappingDescription(ServletRegistration) - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
- Creates a new
ServletRegistrationMappingDescriptionderived from the givenservletRegistration. - ServletsMappingDescriptionProvider - org.springframework.boot.actuate.web.mappings.servlet中的类
- A
MappingDescriptionProviderthat describes that mappings of anyServletsregistered with aServletContext. - ServletsMappingDescriptionProvider() - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
- Session(String) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTrace.Session
- Creates a
Session. - SESSION_ID - org.springframework.boot.actuate.trace.http.Include
- Include the session ID.
- SessionDescriptor(Session) - 类 的构造器org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- SessionsEndpoint - org.springframework.boot.actuate.session中的类
Endpointto expose a user'sSessions.- SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - 类 的构造器org.springframework.boot.actuate.session.SessionsEndpoint
- Create a new
SessionsEndpointinstance. - SessionsEndpoint.SessionDescriptor - org.springframework.boot.actuate.session中的类
- A description of user's
session. - SessionsEndpoint.SessionsReport - org.springframework.boot.actuate.session中的类
- A report of user's
sessions. - sessionsForUsername(String) - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint
- SessionsReport(Map<String, ? extends Session>) - 类 的构造器org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
- setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.context.ShutdownEndpoint
- setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
- setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
- setAttribute(Attribute) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- setAttributes(AttributeList) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
- setCapacity(int) - 类 中的方法org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
- Set the capacity of this event repository.
- setCapacity(int) - 类 中的方法org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
- Set the capacity of the in-memory repository.
- setDataSource(DataSource) - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- Set the
DataSourceto use. - setKeysToSanitize(String...) - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- setKeysToSanitize(String...) - 类 中的方法org.springframework.boot.actuate.endpoint.Sanitizer
- Keys that should be sanitized.
- setKeysToSanitize(String...) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint
- setOrder(int) - 类 中的方法org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
- setOrder(int) - 类 中的方法org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
- setQuery(String) - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- Set a specific validation query to use to validate a connection.
- setReverse(boolean) - 类 中的方法org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
- Flag to say that the repository lists traces in reverse order.
- setStatusMapping(Map<String, Integer>) - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
- Set specific status mappings.
- setStatusOrder(List<String>) - 类 中的方法org.springframework.boot.actuate.health.OrderedHealthAggregator
- Set the ordering of the status.
- setStatusOrder(Status...) - 类 中的方法org.springframework.boot.actuate.health.OrderedHealthAggregator
- Set the ordering of the status.
- shouldNotFilterAsyncDispatch() - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
- ShowDetails - org.springframework.boot.actuate.health中的枚举
- Options for showing details in responses from the
HealthEndpointweb extensions. - shutdown() - 类 中的方法org.springframework.boot.actuate.context.ShutdownEndpoint
- shutdown() - 类 中的方法org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
- Shutdown the manager, running any
PrometheusPushGatewayManager.ShutdownOperation. - ShutdownEndpoint - org.springframework.boot.actuate.context中的类
Endpointto shutdown theApplicationContext.- ShutdownEndpoint() - 类 的构造器org.springframework.boot.actuate.context.ShutdownEndpoint
- SIMPLE - org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
- Expose a pre-defined set of core settings only.
- SimpleInfoContributor - org.springframework.boot.actuate.info中的类
- A simple
InfoContributorthat exposes a single detail. - SimpleInfoContributor(String, Object) - 类 的构造器org.springframework.boot.actuate.info.SimpleInfoContributor
- SolrHealthIndicator - org.springframework.boot.actuate.solr中的类
HealthIndicatorfor Apache Solr.- SolrHealthIndicator(SolrClient) - 类 的构造器org.springframework.boot.actuate.solr.SolrHealthIndicator
- status(String) - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
- Set status to given
statusCode. - status(String) - 类 中的静态方法org.springframework.boot.actuate.health.Health
- Create a new
Health.Builderinstance with a specific status code. - status(Throwable) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- Creates a
statusTagderived from the exception thrown by the client. - status(HttpServletResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
- Creates a
statustag based on the status of the givenresponse. - status(Status) - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
- Set status to given
Statusinstance. - status(Status) - 类 中的静态方法org.springframework.boot.actuate.health.Health
- Create a new
Health.Builderinstance with a specificStatus. - status(ClientHttpResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
- Creates a
statusTagderived from thestatusof the givenresponse. - status(ClientResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- Creates a
statusTagderived from theClientResponse.statusCode()of the givenresponse. - status(ServerWebExchange) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
- Creates a
statustag based on the response status of the givenexchange. - Status - org.springframework.boot.actuate.health中的类
- Value object to express state of a component or subsystem.
- Status(String) - 类 的构造器org.springframework.boot.actuate.health.Status
- Create a new
Statusinstance with the given code and an empty description. - Status(String, String) - 类 的构造器org.springframework.boot.actuate.health.Status
- Create a new
Statusinstance with the given code and description. - STATUS_BAD_REQUEST - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
400 Bad Request.- STATUS_INTERNAL_SERVER_ERROR - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
500 Internal Server Error.- STATUS_NO_CONTENT - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
204 No Content.- STATUS_NOT_FOUND - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
404 Not Found.- STATUS_OK - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
200 OK.- STATUS_SERVICE_UNAVAILABLE - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
503 Service Unavailable.- STATUS_TOO_MANY_REQUESTS - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
429 Too Many Requests.- stream() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameters
- Return a stream of the contained parameters.
- stream() - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- Stream all
path mapped endpoints.
T
- tags(ClientRequest, ClientResponse, Throwable) - 类 中的方法org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
- tags(ClientRequest, ClientResponse, Throwable) - 接口 中的方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTagsProvider
- Provide tags to be associated with metrics for the client exchange.
- TaskDescription(ScheduledTasksEndpoint.TaskType, Runnable) - 类 的构造器org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
- threadDump() - 类 中的方法org.springframework.boot.actuate.management.ThreadDumpEndpoint
- ThreadDumpEndpoint - org.springframework.boot.actuate.management中的类
Endpointto expose thread info.- ThreadDumpEndpoint() - 类 的构造器org.springframework.boot.actuate.management.ThreadDumpEndpoint
- ThreadDumpEndpoint.ThreadDumpDescriptor - org.springframework.boot.actuate.management中的类
- A description of a thread dump.
- TIME_TAKEN - org.springframework.boot.actuate.trace.http.Include
- Include the time taken to service the request in milliseconds.
- timeoutStrategy(long, Health) - 类 中的方法org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- toLowerCaseString() - 类 中的方法org.springframework.boot.actuate.endpoint.EndpointId
- Return a lower-case version of the endpoint ID.
- TomcatMetricsBinder - org.springframework.boot.actuate.metrics.web.tomcat中的类
- Binds
TomcatMetricsin response to theApplicationStartedEvent. - TomcatMetricsBinder(MeterRegistry) - 类 的构造器org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
- TomcatMetricsBinder(MeterRegistry, Iterable<Tag>) - 类 的构造器org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
- toPropertySource() - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- Return the
PropertySourceto use based on the chosenInfoPropertiesInfoContributor.Mode. - toSimplePropertySource() - 类 中的方法org.springframework.boot.actuate.info.BuildInfoContributor
- toSimplePropertySource() - 类 中的方法org.springframework.boot.actuate.info.GitInfoContributor
- toSimplePropertySource() - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- Return a
PropertySourcefor theSIMPLEmode. - toString() - 类 中的方法org.springframework.boot.actuate.audit.AuditEvent
- toString() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- toString() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- toString() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
- toString() - 类 中的方法org.springframework.boot.actuate.endpoint.EndpointId
- toString() - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
- toString() - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
- toString() - 类 中的方法org.springframework.boot.actuate.endpoint.web.Link
- toString() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
- toString() - 类 中的方法org.springframework.boot.actuate.health.Health
- toString() - 类 中的方法org.springframework.boot.actuate.health.Status
- toString() - 类 中的方法org.springframework.boot.actuate.info.Info
- toString() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
- TraceableRequest - org.springframework.boot.actuate.trace.http中的接口
- A representation of an HTTP request that is suitable for tracing.
- TraceableResponse - org.springframework.boot.actuate.trace.http中的接口
- A representation of an HTTP response that is suitable for tracing.
- traces() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
U
- unknown() - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
- Set status to
Status.UNKNOWNstatus. - unknown() - 类 中的静态方法org.springframework.boot.actuate.health.Health
- Create a new
Health.Builderinstance with anStatus.UNKNOWNstatus. - UNKNOWN - 类 中的静态变量org.springframework.boot.actuate.health.Status
Statusindicating that the component or subsystem is in an unknown state.- unregister(String) - 类 中的方法org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
- unregister(String) - 类 中的方法org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
- unregister(String) - 接口 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistry
- Unregisters the
HealthIndicatorpreviously registered with the givenname. - unregister(String) - 接口 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
- Unregisters the
ReactiveHealthIndicatorpreviously registered with the givenname. - up() - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
- Set status to
Status.UPstatus. - up() - 类 中的静态方法org.springframework.boot.actuate.health.Health
- Create a new
Health.Builderinstance with anStatus.UPstatus. - UP - 类 中的静态变量org.springframework.boot.actuate.health.Status
Statusindicating that the component or subsystem is functioning as expected.- uri(String) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
- Creates a
uriTagfrom the givenuriTemplate. - uri(HttpServletRequest, HttpServletResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
- Creates a
uritag based on the URI of the givenrequest. - uri(HttpRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
- Creates a
uriTagfor the URI of the givenrequest. - uri(ClientRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- Creates a
uriTagfor the URI path of the givenrequest. - uri(ServerWebExchange) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
- Creates a
uritag based on the URI of the givenexchange. - useEndpointId() - 接口 中的静态方法org.springframework.boot.actuate.endpoint.web.PathMapper
- 已过时。since 2.1.0 in favor of
PathMapper.getRootPath(List, EndpointId)with anulllist
V
- V1_JSON - 类 中的静态变量org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
- Constant for the Actuator V1 media type.
- V2_JSON - 类 中的静态变量org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
- Constant for the Actuator V2 media type.
- value() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.FilteredEndpoint
- The filter class to use.
- valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.endpoint.OperationType
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.health.ShowDetails
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.trace.http.Include
- 返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法org.springframework.boot.actuate.endpoint.OperationType
- 按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
- values() - 枚举 中的静态方法org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
- 按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
- values() - 枚举 中的静态方法org.springframework.boot.actuate.health.ShowDetails
- 按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
- values() - 枚举 中的静态方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
- 按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
- values() - 枚举 中的静态方法org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
- 按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
- values() - 枚举 中的静态方法org.springframework.boot.actuate.trace.http.Include
- 按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
W
- wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - 接口 中的方法org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
- Return
trueif the endpoint was discovered by the specified discoverer. - WebClientExchangeTags - org.springframework.boot.actuate.metrics.web.reactive.client中的类
- Factory methods for creating
Tagsrelated to a request-response exchange performed by aWebClient. - WebClientExchangeTagsProvider - org.springframework.boot.actuate.metrics.web.reactive.client中的接口
Tagsprovider for an exchange performed by aWebClient.- WebEndpoint - org.springframework.boot.actuate.endpoint.web.annotation中的注释类型
- Identifies a type as being an endpoint that is only exposed over HTTP.
- WebEndpointDiscoverer - org.springframework.boot.actuate.endpoint.web.annotation中的类
- WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- Create a new
WebEndpointDiscovererinstance. - WebEndpointHttpMethod - org.springframework.boot.actuate.endpoint.web中的枚举
- An enumeration of HTTP methods supported by web endpoint operations.
- WebEndpointResponse<T> - org.springframework.boot.actuate.endpoint.web中的类
- A
WebEndpointResponsecan be returned by an operation on aEndpointWebExtensionto provide additional, web-specific information such as the HTTP status code. - WebEndpointResponse() - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
- Creates a new
WebEndpointResponsewith no body and a 200 (OK) status. - WebEndpointResponse(int) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
- Creates a new
WebEndpointResponsewith no body and the givenstatus. - WebEndpointResponse(T) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
- Creates a new
WebEndpointResponsewith then given body and a 200 (OK) status. - WebEndpointResponse(T, int) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
- Creates a new
WebEndpointResponsewith then given body and status. - WebEndpointsSupplier - org.springframework.boot.actuate.endpoint.web中的接口
- WebFluxEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive中的类
- A custom
HandlerMappingthat makes web endpoints available over HTTP using Spring WebFlux. - WebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver) - 类 的构造器org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
- Creates a new
WebFluxEndpointHandlerMappinginstance that provides mappings for the given endpoints. - WebFluxTags - org.springframework.boot.actuate.metrics.web.reactive.server中的类
- Factory methods for
Tagsassociated with a request-response exchange that is handled by WebFlux. - WebFluxTagsProvider - org.springframework.boot.actuate.metrics.web.reactive.server中的接口
- Provides
Tagsfor WebFlux-based request handling. - WebMvcEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet中的类
- A custom
HandlerMappingthat makes web endpoints available over HTTP using Spring MVC. - WebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver) - 类 的构造器org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
- Creates a new
WebMvcEndpointHandlerMappinginstance that provides mappings for the given endpoints. - WebMvcMetricsFilter - org.springframework.boot.actuate.metrics.web.servlet中的类
- Intercepts incoming HTTP requests and records metrics about Spring MVC execution time and results.
- WebMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider, String, boolean) - 类 的构造器org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
- Create a new
WebMvcMetricsFilterinstance. - WebMvcMetricsFilter(ApplicationContext, MeterRegistry, WebMvcTagsProvider, String, boolean) - 类 的构造器org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
- 已过时。since 2.0.7 in favor of
WebMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider, String, boolean) - WebMvcTags - org.springframework.boot.actuate.metrics.web.servlet中的类
- Factory methods for
Tagsassociated with a request-response exchange that is handled by Spring MVC. - WebMvcTagsProvider - org.springframework.boot.actuate.metrics.web.servlet中的接口
- Provides
Tagsfor Spring MVC-based request handling. - WebOperation - org.springframework.boot.actuate.endpoint.web中的接口
- An operation on a web endpoint.
- WebOperationRequestPredicate - 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>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
- Creates a new
OperationRequestPredicate. - WHEN_AUTHORIZED - org.springframework.boot.actuate.health.ShowDetails
- Show details in the response when accessed by an authorized user.
- withDetail(String, Object) - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
- Record detail using given
keyandvalue. - withDetail(String, Object) - 类 中的方法org.springframework.boot.actuate.info.Info.Builder
- Record detail using given
keyandvalue. - withDetails(Map<String, ?>) - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
- Record details from the given
detailsmap. - withDetails(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.info.Info.Builder
- Record several details.
- withException(Throwable) - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
- Record detail for given
Exception. - withInitParameter(String, String) - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointServlet
- withInitParameters(Map<String, String>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointServlet
- wrapReactiveWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- Hook point that allows subclasses to wrap the
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperationbefore it's called. - wrapServletWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- Hook point that allows subclasses to wrap the
AbstractWebMvcEndpointHandlerMapping.ServletWebOperationbefore it's called. - WRITE - org.springframework.boot.actuate.endpoint.OperationType
- A write operation.
- WriteOperation - org.springframework.boot.actuate.endpoint.annotation中的注释类型
- Identifies a method on an
Endpointas being a write operation.
所有类 所有程序包