All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AbstractHealthIndicator<T> A base health indicator class to extend from that catches exceptions thrown from theAbstractHealthIndicator.getHealthInformation()method and updates theHealthResultwith the exception information.BeanDefinitionData<T> Returns data for a given bean definition to be used for theBeansEndpoint.BeanDefinitionDataCollector<T> Used to respond with bean information used for theBeansEndpoint.BeansEndpoint Exposes anEndpointto provide information about the beans of the application.BuildInfoSource AnInfoSourcethat retrieves info from build properties.ConfigurationInfoSource AnInfoSourcethat retrieves values under the info key from configuration sources.DefaultBeanDefinitionData The defaultBeanDefinitionDataimplementation.DefaultBeanDefinitionDataCollector The defaultBeanDefinitionDataCollectorimplementation.DefaultHealthAggregator Default implementation ofHealthAggregatorthat creates a {status: , description: (optional) , details: } response.DefaultLoggersManager Default implementation ofLoggersManager.DefaultRouteData Default route data implementation.DefaultRouteDataCollector A Reactive route data collector.DefaultThreadInfoMapper Default implementation ofThreadInfoMapperthat returns theThreadInfoobjects as is.Delete A method designed to annotate anEndpointdelete operation.DeleteEndpointRouteBuilder DetailsVisibility Options for controlling the visibility of health details.DiscoveryClientHealthIndicator A health indicator for the discovery client.DiscoveryClientHealthIndicatorConfiguration Enables the user to enable or disable the health indicator.DiskSpaceIndicator AHealthIndicatorused to display information about the disk space of the server.DiskSpaceIndicatorConfiguration Specific configuration properties for the disk space health indicator.Endpoint Defines a management endpoint for a given ID.EndpointConfiguration AnEndpointconfiguration.EndpointDefaultConfiguration The defaultEndpointconfiguration.EndpointEnabledCondition A condition that checks whether anEndpointis enabled.EndpointSensitivityProcessor Finds any sensitive endpoints.EndpointsFilter Returns 401 forEndpointrequests which have sensitive true.EnvironmentEndpoint Endpointthat displays information about the environment and its property sources.EnvironmentEndpointFilter A bean interface that allows hiding or masking of parts of the environment and its property sources when they are displayed in theEnvironmentEndpoint.EnvironmentFilterSpecification This class is passed to an instance ofEnvironmentEndpointFilter(if one is defined) each time theEnvironmentEndpointis invoked.GitInfoSource AnInfoSourcethat retrieves info from Git properties.HealthAggregator<T extends HealthResult> Aggregates all registered health indicators into a single response.HealthCheckType Options forHealthEndpointselector that aggregatesHealthIndicatoraccording toLivenessrespectivelyReadinessqualifiers.HealthEndpoint Exposes anEndpointto provide information about the health of the application.HealthEndpoint.StatusConfiguration Configuration related to handling of theHealthStatus.HealthIndicator Describes an indicator of health of the application.HealthLevelOfDetail This class provides a set of common constants to indicate the level of detail to be included in the Health status response.HealthMonitorTask A continuous health monitor that that updates theCurrentHealthStatusin a background thread.HealthResult Used to represent the output of aHealthIndicator.HealthResult.Builder Helper class to build instances.HealthResultFilter A filter that matches theHealthEndpointand returns an appropriate HTTP status code.InfoAggregator<T> Aggregates all registered info sources into a single response.InfoEndpoint Exposes anEndpointto provide information about the application.InfoSource Describes an source of info that will be retrieved by theInfoEndpoint.JdbcIndicator AHealthIndicatorused to display information about the jdbc status.Liveness Qualifier designed to make theHealthIndicatorexposed via/health/livenessendpoint ofHealthEndpoint.Log4jLoggingSystem An implementation ofManagedLoggingSystemthat works with logback.LogbackLoggingSystem An implementation ofManagedLoggingSystemthat works with logback.LoggerConfiguration Represents the configuration of aManagedLoggingSystemlogger.LoggersEndpoint Exposes anEndpointto manage loggers.LoggersManager<T> Used to retrieve and update logger information for theLoggersEndpoint.ManagedLoggingSystem Abstraction for a logging system.PropertiesInfoSource ExtendsInfoEndpointto add a helper method for retrieving aPropertySourcefrom a properties file.ReactiveInfoAggregator Default implementation ofInfoAggregator.Read A method designed to annotate anEndpointread operation.ReadEndpointRouteBuilder Readiness Qualifier designed to make theHealthIndicatorexposed via/health/readinessendpoint ofHealthEndpoint.RefreshEndpoint Exposes anEndpointto refresh application state via aRefreshEvent.RouteData<T> Returns data for a given route to be used for theRoutesEndpoint.RouteDataCollector<T> Used to respond with route information used for theRoutesEndpoint.RoutesEndpoint Exposes anEndpointto display application routes.Selector Annotation that can be applied to arguments that should be included in the endpoint URI.Sensitive Annotation that can be applied to endpoint methods to control sensitivity at the method level.ServerStopEndpoint Exposes anEndpointto stop the server.ServiceReadyHealthIndicator AHealthIndicatorthat signals when the service is ready to service requests.>ThreadDumpEndpoint Exposes anEndpointto display application threads.ThreadInfoMapper<T> Responsible for converting the standard Java ThreadInfo class into another object for serialization.Write A method designed to annotate anEndpointwrite operation.WriteEndpointRouteBuilder