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.
|
Modifier and Type | Method and Description |
---|---|
EndpointEnablement |
EndpointEnablementProvider.getEndpointEnablement(String endpointId,
DefaultEnablement defaultEnablement,
EndpointExposure exposure)
Return the
EndpointEnablement of an endpoint for a specific tech exposure. |
Constructor and Description |
---|
EndpointProvider(org.springframework.core.env.Environment environment,
EndpointDiscoverer<T> discoverer,
EndpointExposure exposure)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static EndpointExposure |
EndpointExposure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointExposure[] |
EndpointExposure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<AnnotationEndpointDiscoverer.EndpointInfoDescriptor<T,K>> |
AnnotationEndpointDiscoverer.discoverEndpoints(Class<? extends Annotation> extensionType,
EndpointExposure exposure)
Perform endpoint discovery, including discovery and merging of extensions.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.