Uses of Class
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Package
Description
Auto-configuration for actuator Cloud Foundry concerns.
Annotation support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Annotation support for actuator web endpoints.
-
Uses of EndpointDiscoverer in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Modifier and TypeClassDescriptionclass
WebEndpointDiscoverer
for Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint
. -
Uses of EndpointDiscoverer in org.springframework.boot.actuate.endpoint.annotation
Modifier and TypeMethodDescriptionboolean
AbstractDiscoveredEndpoint.wasDiscoveredBy
(Class<? extends EndpointDiscoverer<?, ?>> discoverer) boolean
DiscoveredEndpoint.wasDiscoveredBy
(Class<? extends EndpointDiscoverer<?, ?>> discoverer) Returntrue
if the endpoint was discovered by the specified discoverer.ModifierConstructorDescriptionAbstractDiscoveredEndpoint
(EndpointDiscoverer<?, ?> discoverer, Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<? extends O> operations) Create a newAbstractDiscoveredEndpoint
instance.ModifierConstructorDescriptionprotected
DiscovererEndpointFilter
(Class<? extends EndpointDiscoverer<?, ?>> discoverer) Create a newDiscovererEndpointFilter
instance. -
Uses of EndpointDiscoverer in org.springframework.boot.actuate.endpoint.jmx.annotation
Modifier and TypeClassDescriptionclass
-
Uses of EndpointDiscoverer in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeClassDescriptionclass
class
class