Package | Description |
---|---|
org.springframework.boot.actuate.endpoint | |
org.springframework.boot.actuate.endpoint.mvc |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionEndpoint<T>
Tagging interface used to indicate that
Endpoint that performs some action. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpoint<T>
Abstract base for
Endpoint implementations. |
class |
BeansEndpoint
Exposes JSON view of Spring beans.
|
class |
DumpEndpoint
Endpoint to expose thread info. |
class |
EnvironmentEndpoint
Endpoint to expose environment information. |
class |
HealthEndpoint<T>
Endpoint to expose application health. |
class |
InfoEndpoint
Endpoint to expose arbitrary application information. |
class |
MetricsEndpoint
Endpoint to expose PublicMetrics . |
class |
ShutdownEndpoint
ActionEndpoint to shutdown the ApplicationContext . |
class |
TraceEndpoint
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint<?>> |
EndpointHandlerMapping.getEndpoints()
Return the endpoints
|
Constructor and Description |
---|
EndpointHandlerMapping(Collection<? extends Endpoint<?>> endpoints)
Create a new
EndpointHandlerMapping with the specified endpoints. |
Copyright © 2013. All rights reserved.