Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.mvc |
Actuator Spring MVC endpoint support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointMvcAdapter<E extends Endpoint<?>>
Abstract base class for
MvcEndpoint implementations. |
class |
DocsMvcEndpoint
MvcEndpoint to expose actuator documentation. |
class |
EndpointMvcAdapter
Adapter class to expose
Endpoint s as MvcEndpoint s. |
class |
EnvironmentMvcEndpoint
Adapter to expose
EnvironmentEndpoint as an MvcEndpoint . |
class |
HalBrowserMvcEndpoint
MvcEndpoint to expose a HAL browser. |
class |
HalJsonMvcEndpoint
MvcEndpoint to expose HAL-formatted JSON. |
class |
HealthMvcEndpoint
Adapter to expose
HealthEndpoint as an MvcEndpoint . |
class |
JolokiaMvcEndpoint
MvcEndpoint to expose Jolokia. |
class |
LogFileMvcEndpoint
Controller that provides an API for logfiles, i.e.
|
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. |
EndpointHandlerMapping(Collection<? extends MvcEndpoint> endpoints,
CorsConfiguration corsConfiguration)
Create a new
EndpointHandlerMapping instance. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.