Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure | |
org.springframework.boot.actuate.endpoint.mvc |
Class and Description |
---|
EndpointHandlerMapping |
EnvironmentMvcEndpoint |
JolokiaMvcEndpoint
Endpoint implementation to register the Jolokia infrastructure with the Boot
management subsystem. |
ManagementErrorEndpoint
Special endpoint for handling "/error" path when the management servlet is in a child
context.
|
MetricsMvcEndpoint |
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 |
Class and Description |
---|
GenericMvcEndpoint |
MvcEndpoint
A strategy for the MVC layer on top of an
Endpoint . |
Copyright © 2013. All rights reserved.