Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint |
Core classes for actuator endpoint auto-configuration.
|
org.springframework.boot.actuate.autoconfigure.endpoint.jmx |
Actuator JMX endpoint auto-configuration.
|
org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive |
Auto-configuration for exposing actuator web endpoints using WebFlux.
|
org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet |
Auto-configuration for exposing actuator web endpoints using Spring MVC.
|
Class and Description |
---|
DefaultCachingConfigurationFactory
Default
CachingConfigurationFactory implementation that use the
Environment to extract the caching settings of each endpoint. |
EndpointEnablement
Determines if an endpoint is enabled or not.
|
Class and Description |
---|
DefaultCachingConfigurationFactory
Default
CachingConfigurationFactory implementation that use the
Environment to extract the caching settings of each endpoint. |
Class and Description |
---|
EndpointProvider
Provides the endpoints that are enabled according to an
EndpointDiscoverer and
the current Environment . |
Class and Description |
---|
EndpointProvider
Provides the endpoints that are enabled according to an
EndpointDiscoverer and
the current Environment . |
Class and Description |
---|
EndpointProvider
Provides the endpoints that are enabled according to an
EndpointDiscoverer and
the current Environment . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.