Uses of Class
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Packages that use EndpointDiscoverer
Package
Description
Annotation support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Annotation support for actuator web endpoints.
Auto-configuration for Cloud Foundry endpoints.
-
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 TypeMethodDescriptionbooleanAbstractDiscoveredEndpoint.wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>> discoverer) booleanDiscoveredEndpoint.wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>> discoverer) Returntrueif 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, Access defaultAccess, Collection<? extends O> operations) Create a newAbstractDiscoveredEndpointinstance.Constructor parameters in org.springframework.boot.actuate.endpoint.annotation with type arguments of type EndpointDiscovererModifierConstructorDescriptionprotectedDiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?, ?>> discoverer) Create a newDiscovererEndpointFilterinstance. -
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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpointand@WebEndpointclass -
Uses of EndpointDiscoverer in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
Subclasses of EndpointDiscoverer in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpointModifier and TypeClassDescriptionclassWebEndpointDiscovererfor Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint.
@Endpointand@WebEndpointsupport