Uses of Class
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Packages that use 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
Method parameters in org.springframework.boot.actuate.endpoint.annotation with type arguments of type EndpointDiscovererModifier 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.Constructors in org.springframework.boot.actuate.endpoint.annotation with parameters of type EndpointDiscovererModifierConstructorDescriptionAbstractDiscoveredEndpoint
(EndpointDiscoverer<?, ?> discoverer, Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<? extends O> operations) Create a newAbstractDiscoveredEndpoint
instance.Constructor parameters in org.springframework.boot.actuate.endpoint.annotation with type arguments of type EndpointDiscovererModifierConstructorDescriptionprotected
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