Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.boot.actuate.endpoint Classes and Interfaces - 53 results found.
NameDescriptionTypePackageFramework
AbstractEndpointAbstract base for Endpoint implementations.Classorg.springframework.boot.actuate.endpointSpring Boot
AbstractEndpointMvcAdapterAbstract base class for MvcEndpoint implementations.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
AutoConfigurationReportEndpointEndpoint to expose the ConditionEvaluationReport.Classorg.springframework.boot.actuate.endpointSpring Boot
AutoConfigurationReportEndpoint .MessageAndConditionAdapts ConditionEvaluationReport.Classorg.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpointSpring Boot
AutoConfigurationReportEndpoint .ReportAdapts ConditionEvaluationReport to a JSON friendly structure.Classorg.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpointSpring Boot
BeansEndpointExposes JSON view of Spring beans.Classorg.springframework.boot.actuate.endpointSpring Boot
CachePublicMetricsA PublicMetrics implementation that provides cache statistics.Classorg.springframework.boot.actuate.endpointSpring Boot
ConfigurationPropertiesReportEndpointEndpoint to expose application properties from ConfigurationPropertiesTo protect sensitive information from being exposed, certain property values are maskedClassorg.springframework.boot.actuate.endpointSpring Boot
ConfigurationPropertiesReportEndpoint .GenericSerializerModifierBeanSerializerModifier to return only relevant configuration properties.Classorg.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpointSpring Boot
DataEndpointMBeanSimple wrapper around Endpoint implementations that provide actuator data ofAuthor:Christian Dupuis, Andy WilkinsonClassorg.springframework.boot.actuate.endpoint.jmxSpring Boot
DataSourcePublicMetricsA PublicMetrics implementation that provides data source usage statistics.Classorg.springframework.boot.actuate.endpointSpring Boot
DocsMvcEndpointMvcEndpoint to expose actuator documentation.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
DocsMvcEndpoint .CuriesProperties of the default CurieProvider (used for adding docs links).Classorg.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpointSpring Boot
DumpEndpointEndpoint to expose thread info.Classorg.springframework.boot.actuate.endpointSpring Boot
EndpointAn endpoint that can be used to expose useful information to operations.Interfaceorg.springframework.boot.actuate.endpointSpring Boot
EndpointHandlerMappingHandlerMapping to map Endpoints to URLs via Endpoint.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
EndpointHandlerMappingCustomizerCallback for customizing the EndpointHandlerMapping at configuration time.Interfaceorg.springframework.boot.actuate.endpoint.mvcSpring Boot
EndpointMBeanSimple wrapper around Endpoint implementations to enable JMX export.Classorg.springframework.boot.actuate.endpoint.jmxSpring Boot
EndpointMBeanExporterApplicationListener that registers all known Endpoints with anMBeanServer using the MBeanExporter located from the applicationClassorg.springframework.boot.actuate.endpoint.jmxSpring Boot
EndpointMvcAdapterAdapter class to expose Endpoints as MvcEndpoints.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
EndpointPropertiesGlobal endpoint properties.Classorg.springframework.boot.actuate.endpointSpring Boot
EnvironmentEndpointEndpoint to expose environment information.Classorg.springframework.boot.actuate.endpointSpring Boot
EnvironmentMvcEndpointAdapter to expose EnvironmentEndpoint as an MvcEndpoint.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
EnvironmentMvcEndpoint .NoSuchPropertyExceptionException thrown when the specified property cannot be found.Classorg.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpointSpring Boot
FlywayEndpointEndpoint to expose flyway info.Classorg.springframework.boot.actuate.endpointSpring Boot
FlywayEndpoint .FlywayMigrationMigration properties.Classorg.springframework.boot.actuate.endpoint.FlywayEndpointSpring Boot
HalBrowserMvcEndpointMvcEndpoint to expose a HAL browser.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
HalBrowserMvcEndpoint .HalBrowserLocationHAL Browser properties.Classorg.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpointSpring Boot
HalJsonMvcEndpointMvcEndpoint to expose HAL-formatted JSON.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
HealthEndpointEndpoint to expose application health.Classorg.springframework.boot.actuate.endpointSpring Boot
HealthMvcEndpointAdapter to expose HealthEndpoint as an MvcEndpoint.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
InfoEndpointEndpoint to expose arbitrary application information.Classorg.springframework.boot.actuate.endpointSpring Boot
JolokiaMvcEndpointMvcEndpoint to expose Jolokia.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
LiquibaseEndpointEndpoint to expose liquibase info.Classorg.springframework.boot.actuate.endpointSpring Boot
LogFileMvcEndpointController that provides an API for logfiles, i.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
ManagementErrorEndpointSpecial MvcEndpoint for handling /error path when the management servlet isin a child context.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
ManagementServletContextProvides information about the management servlet context for MVC controllers to use.Interfaceorg.springframework.boot.actuate.endpoint.mvcSpring Boot
MetricReaderPublicMetricsPublicMetrics exposed from a MetricReader.Classorg.springframework.boot.actuate.endpointSpring Boot
MetricsEndpointEndpoint to expose a collection of PublicMetrics.Classorg.springframework.boot.actuate.endpointSpring Boot
MetricsEndpointMetricReaderMetricReader that pulls all current values out of the MetricsEndpoint.Classorg.springframework.boot.actuate.endpointSpring Boot
MetricsMvcEndpointAdapter to expose MetricsEndpoint as an MvcEndpoint.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
MetricsMvcEndpoint .NoSuchMetricExceptionException thrown when the specified metric cannot be found.Classorg.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpointSpring Boot
MvcEndpointA strategy for the MVC layer on top of an Endpoint.Interfaceorg.springframework.boot.actuate.endpoint.mvcSpring Boot
MvcEndpointsA registry for all MvcEndpoint beans, and a factory for a set of generic oneswrapping existing Endpoint instances that are not already exposed as MVCClassorg.springframework.boot.actuate.endpoint.mvcSpring Boot
PublicMetricsInterface to expose specific Metrics via a MetricsEndpoint.Interfaceorg.springframework.boot.actuate.endpointSpring Boot
RequestMappingEndpointEndpoint to expose Spring MVC mappings.Classorg.springframework.boot.actuate.endpointSpring Boot
RichGaugeReaderPublicMetricsPublicMetrics exposed from a RichGaugeReader.Classorg.springframework.boot.actuate.endpointSpring Boot
ShutdownEndpointEndpoint to shutdown the ApplicationContext.Classorg.springframework.boot.actuate.endpointSpring Boot
ShutdownEndpointMBeanSpecial endpoint wrapper for ShutdownEndpoint.Classorg.springframework.boot.actuate.endpoint.jmxSpring Boot
ShutdownMvcEndpointAdapter to expose ShutdownEndpoint as an MvcEndpoint.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
SystemPublicMetricsA PublicMetrics implementation that provides various system-related metrics.Classorg.springframework.boot.actuate.endpointSpring Boot
TomcatPublicMetricsA PublicMetrics implementation that provides Tomcat statistics.Classorg.springframework.boot.actuate.endpointSpring Boot
TraceEndpointEndpoint to expose Trace information.Classorg.springframework.boot.actuate.endpointSpring Boot