Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.mvc |
Actuator Spring MVC endpoint support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointHandlerMapping<E extends MvcEndpoint>
|
Modifier and Type | Interface and Description |
---|---|
interface |
NamedMvcEndpoint
An
MvcEndpoint that also includes a logical name. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointMvcAdapter<E extends Endpoint<?>>
Abstract base class for
MvcEndpoint implementations. |
class |
AbstractMvcEndpoint
Abstract base class for
MvcEndpoint implementations without a backing
Endpoint . |
class |
AbstractNamedMvcEndpoint
Abstract base class for
NamedMvcEndpoint implementations without a backing
Endpoint . |
class |
AuditEventsMvcEndpoint
MvcEndpoint to expose AuditEvent s. |
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 |
HeapdumpMvcEndpoint
MvcEndpoint to expose heap dumps. |
class |
JolokiaMvcEndpoint
MvcEndpoint to expose Jolokia. |
class |
LogFileMvcEndpoint
Controller that provides an API for logfiles, i.e.
|
class |
LoggersMvcEndpoint
Adapter to expose
LoggersEndpoint as an MvcEndpoint . |
class |
MetricsMvcEndpoint
Adapter to expose
MetricsEndpoint as an MvcEndpoint . |
class |
ShutdownMvcEndpoint
Adapter to expose
ShutdownEndpoint as an MvcEndpoint . |
Modifier and Type | Method and Description |
---|---|
<E extends MvcEndpoint> |
MvcEndpoints.getEndpoints(Class<E> type)
Return the endpoints of the specified type.
|
Modifier and Type | Method and Description |
---|---|
Set<MvcEndpoint> |
MvcEndpoints.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractEndpointHandlerMapping.getPath(MvcEndpoint endpoint)
Return the path that should be used to map the given
MvcEndpoint . |
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 © 2017 Pivotal Software, Inc.. All rights reserved.