Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.mvc |
Modifier and Type | Class and Description |
---|---|
class |
EndpointMvcAdapter
Adapter class to expose
Endpoint s as MvcEndpoint s. |
class |
EnvironmentMvcEndpoint
Adapter to expose
EnvironmentEndpoint as an MvcEndpoint . |
class |
HealthMvcEndpoint
Adapter to expose
HealthEndpoint as an MvcEndpoint . |
class |
JolokiaMvcEndpoint
MvcEndpoint to expose Jolokia. |
class |
ManagementErrorEndpoint
Special
MvcEndpoint for handling "/error" path when the management servlet is
in a child context. |
class |
MetricsMvcEndpoint
Adapter to expose
MetricsEndpoint as an MvcEndpoint . |
class |
ShutdownMvcEndpoint
Adapter to expose
ShutdownEndpoint as an MvcEndpoint . |
Modifier and Type | Method and Description |
---|---|
Set<? extends MvcEndpoint> |
MvcEndpoints.getEndpoints() |
Set<? extends MvcEndpoint> |
EndpointHandlerMapping.getEndpoints()
Return the endpoints
|
Constructor and Description |
---|
EndpointHandlerMapping(Collection<? extends MvcEndpoint> endpoints)
Create a new
EndpointHandlerMapping instance. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.