Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint |
Core classes for actuator endpoint auto-configuration.
|
org.springframework.boot.actuate.endpoint |
Actuator endpoint infrastructure.
|
org.springframework.boot.actuate.endpoint.annotation |
Annotation support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.jmx |
JMX support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.jmx.annotation |
Annotation support for actuator JMX endpoints.
|
org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
org.springframework.boot.actuate.endpoint.web.jersey |
Jersey support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.reactive |
Spring WebFlux support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.servlet |
Spring MVC support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo<T>> |
EndpointProvider.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo<T>> |
EndpointDiscoverer.discoverEndpoints()
Perform endpoint discovery.
|
Modifier and Type | Method and Description |
---|---|
EndpointInfo<T> |
AnnotationEndpointDiscoverer.EndpointInfoDescriptor.getEndpointInfo() |
Constructor and Description |
---|
EndpointInfoDescriptor(EndpointInfo<T> endpointInfo,
Map<AnnotationEndpointDiscoverer.OperationKey<K>,List<T>> operations) |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointMBean> |
JmxEndpointMBeanFactory.createMBeans(Collection<EndpointInfo<JmxEndpointOperation>> endpoints)
Creates MBeans for the given
endpoints . |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo<JmxEndpointOperation>> |
JmxAnnotationEndpointDiscoverer.discoverEndpoints() |
Modifier and Type | Method and Description |
---|---|
Map<String,Link> |
EndpointLinksResolver.resolveLinks(Collection<EndpointInfo<WebEndpointOperation>> webEndpoints,
String requestUrl)
Resolves links to the operations of the given {code webEndpoints} based on a
request with the given
requestUrl . |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo<WebEndpointOperation>> |
WebAnnotationEndpointDiscoverer.discoverEndpoints() |
Modifier and Type | Method and Description |
---|---|
Collection<org.glassfish.jersey.server.model.Resource> |
JerseyEndpointResourceFactory.createEndpointResources(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebEndpointOperation>> webEndpoints,
EndpointMediaTypes endpointMediaTypes)
Creates
Resources for the operations of the given
webEndpoints . |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo<WebEndpointOperation>> |
AbstractWebFluxEndpointHandlerMapping.getEndpoints() |
Constructor and Description |
---|
AbstractWebFluxEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebEndpointOperation>> collection,
EndpointMediaTypes endpointMediaTypes)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
AbstractWebFluxEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebEndpointOperation>> webEndpoints,
EndpointMediaTypes endpointMediaTypes,
org.springframework.web.cors.CorsConfiguration corsConfiguration)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
WebFluxEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebEndpointOperation>> collection,
EndpointMediaTypes endpointMediaTypes)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
WebFluxEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebEndpointOperation>> webEndpoints,
EndpointMediaTypes endpointMediaTypes,
org.springframework.web.cors.CorsConfiguration corsConfiguration)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo<WebEndpointOperation>> |
AbstractWebMvcEndpointHandlerMapping.getEndpoints() |
Constructor and Description |
---|
AbstractWebMvcEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebEndpointOperation>> collection,
EndpointMediaTypes endpointMediaTypes)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
AbstractWebMvcEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebEndpointOperation>> webEndpoints,
EndpointMediaTypes endpointMediaTypes,
org.springframework.web.cors.CorsConfiguration corsConfiguration)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
WebMvcEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebEndpointOperation>> collection,
EndpointMediaTypes endpointMediaTypes)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
WebMvcEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebEndpointOperation>> webEndpoints,
EndpointMediaTypes endpointMediaTypes,
org.springframework.web.cors.CorsConfiguration corsConfiguration)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.