| Interface | Description |
|---|---|
| ActionEndpoint<T> |
Tagging interface used to indicate that
Endpoint that performs some action. |
| Endpoint<T> |
An endpoint that can be used to expose useful information to operations.
|
| PublicMetrics |
Interface to expose specific
Metrics via a MetricsEndpoint. |
| Class | Description |
|---|---|
| AbstractEndpoint<T> |
Abstract base for
Endpoint implementations. |
| AutoConfigurationReportEndpoint |
Endpoint to expose the AutoConfigurationReport. |
| AutoConfigurationReportEndpoint.MessageAndCondition |
Adapts
AutoConfigurationReport.ConditionAndOutcome to a JSON friendly structure. |
| AutoConfigurationReportEndpoint.Report |
Adapts
AutoConfigurationReport to a JSON friendly structure. |
| BeansEndpoint |
Exposes JSON view of Spring beans.
|
| DumpEndpoint |
Endpoint to expose thread info. |
| EnvironmentEndpoint |
Endpoint to expose environment information. |
| HealthEndpoint<T> |
Endpoint to expose application health. |
| InfoEndpoint |
Endpoint to expose arbitrary application information. |
| MetricsEndpoint |
Endpoint to expose PublicMetrics. |
| ShutdownEndpoint |
ActionEndpoint to shutdown the ApplicationContext. |
| TraceEndpoint | |
| VanillaPublicMetrics |
Default implementation of
PublicMetrics that exposes all metrics from the
MetricRepository along with memory information. |
Copyright © 2013. All rights reserved.