Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
Modifier and Type | Method and Description |
---|---|
static EndpointPathResolver |
EndpointPathResolver.useEndpointId()
Returns an
EndpointPathResolver that uses the endpoint ID as the path. |
Constructor and Description |
---|
WebAnnotationEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterMapper parameterMapper,
CachingConfigurationFactory cachingConfigurationFactory,
EndpointMediaTypes endpointMediaTypes,
EndpointPathResolver endpointPathResolver)
Creates a new
WebAnnotationEndpointDiscoverer that will discover
endpoints and web extensions using
the given ApplicationContext . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.