Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
org.springframework.boot.actuate.endpoint.mvc |
Actuator Spring MVC endpoint support.
|
Class and Description |
---|
DocsMvcEndpoint
MvcEndpoint to expose actuator documentation. |
EndpointHandlerMapping |
EnvironmentMvcEndpoint
Adapter to expose
EnvironmentEndpoint as an MvcEndpoint . |
HalJsonMvcEndpoint
MvcEndpoint to expose HAL-formatted JSON. |
HealthMvcEndpoint
Adapter to expose
HealthEndpoint as an MvcEndpoint . |
JolokiaMvcEndpoint
MvcEndpoint to expose Jolokia. |
LogFileMvcEndpoint
Controller that provides an API for logfiles, i.e.
|
ManagementErrorEndpoint
Special
MvcEndpoint for handling "/error" path when the management servlet is
in a child context. |
ManagementServletContext
Provides information about the management servlet context for MVC controllers to use.
|
MetricsMvcEndpoint
Adapter to expose
MetricsEndpoint as an MvcEndpoint . |
MvcEndpoints
A registry for all
MvcEndpoint beans, and a factory for a set of generic ones
wrapping existing Endpoint instances that are not already exposed as MVC
endpoints. |
ShutdownMvcEndpoint
Adapter to expose
ShutdownEndpoint as an MvcEndpoint . |
Class and Description |
---|
AbstractEndpointMvcAdapter
Abstract base class for
MvcEndpoint implementations. |
DocsMvcEndpoint.Curies
Properties of the default CurieProvider (used for adding docs links).
|
EndpointHandlerMapping |
EndpointMvcAdapter
Adapter class to expose
Endpoint s as MvcEndpoint s. |
HalBrowserMvcEndpoint.HalBrowserLocation
HAL Browser properties.
|
HalJsonMvcEndpoint
MvcEndpoint to expose HAL-formatted JSON. |
HypermediaDisabled
Annotation to indicate that an
MvcEndpoint class or RequestMapping
method shouldn't generate a hypermedia response. |
ManagementServletContext
Provides information about the management servlet context for MVC controllers to use.
|
MvcEndpoint
A strategy for the MVC layer on top of an
Endpoint . |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.