Package | Description |
---|---|
org.springframework.boot.actuate.endpoint | |
org.springframework.boot.actuate.endpoint.jmx | |
org.springframework.boot.actuate.endpoint.mvc |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpoint<T>
Abstract base for
Endpoint implementations. |
class |
AutoConfigurationReportEndpoint
Endpoint to expose the ConditionEvaluationReport . |
class |
BeansEndpoint
Exposes JSON view of Spring beans.
|
class |
ConfigurationPropertiesReportEndpoint
Endpoint to expose application properties from ConfigurationProperties
annotated beans. |
class |
DumpEndpoint
Endpoint to expose thread info. |
class |
EnvironmentEndpoint
Endpoint to expose environment information. |
class |
HealthEndpoint
Endpoint to expose application health. |
class |
InfoEndpoint
Endpoint to expose arbitrary application information. |
class |
MetricsEndpoint
Endpoint to expose PublicMetrics . |
class |
RequestMappingEndpoint
Endpoint to expose Spring MVC mappings. |
class |
ShutdownEndpoint
Endpoint to shutdown the ApplicationContext . |
class |
TraceEndpoint
|
Modifier and Type | Method and Description |
---|---|
Endpoint<?> |
EndpointMBean.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
protected EndpointMBean |
EndpointMBeanExporter.getEndpointMBean(String beanName,
Endpoint<?> endpoint) |
protected void |
EndpointMBeanExporter.registerEndpoint(String beanName,
Endpoint<?> endpoint) |
Constructor and Description |
---|
DataEndpointMBean(String beanName,
Endpoint<?> endpoint) |
EndpointMBean(String beanName,
Endpoint<?> endpoint) |
ShutdownEndpointMBean(String beanName,
Endpoint<?> endpoint) |
Modifier and Type | Method and Description |
---|---|
Endpoint<?> |
EndpointMvcAdapter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Endpoint> |
MvcEndpoint.getEndpointType()
Return the type of
Endpoint exposed, or null if this
MvcEndpoint exposes information that cannot be represented as a traditional
Endpoint . |
Class<? extends Endpoint> |
ManagementErrorEndpoint.getEndpointType() |
Class<? extends Endpoint> |
JolokiaMvcEndpoint.getEndpointType() |
Class<? extends Endpoint> |
EndpointMvcAdapter.getEndpointType() |
Constructor and Description |
---|
EndpointMvcAdapter(Endpoint<?> delegate)
Create a new
EndpointMvcAdapter . |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.