Package | Description |
---|---|
org.springframework.boot.actuate.endpoint |
Modifier and Type | Class and Description |
---|---|
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
|
Copyright © 2013. All rights reserved.