Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint |
Core classes for actuator endpoint auto-configuration.
|
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. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.