Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint |
Core classes for actuator endpoint auto-configuration.
|
org.springframework.boot.actuate.endpoint |
Actuator endpoint infrastructure.
|
Modifier and Type | Method and Description |
---|---|
EndpointEnablement |
EndpointEnablementProvider.getEndpointEnablement(String endpointId,
DefaultEnablement defaultEnablement)
Return the
EndpointEnablement of an endpoint with no specific tech
exposure. |
EndpointEnablement |
EndpointEnablementProvider.getEndpointEnablement(String endpointId,
DefaultEnablement defaultEnablement,
EndpointExposure exposure)
Return the
EndpointEnablement of an endpoint for a specific tech exposure. |
Modifier and Type | Method and Description |
---|---|
DefaultEnablement |
EndpointInfo.getDefaultEnablement()
Return the
DefaultEnablement of the endpoint. |
static DefaultEnablement |
DefaultEnablement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultEnablement[] |
DefaultEnablement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EndpointInfo(String id,
DefaultEnablement defaultEnablement,
Collection<T> operations)
Creates a new
EndpointInfo describing an endpoint with the given id
and operations . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.