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 TypeClassDescriptionclassWebEndpointDiscovererfor 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 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, boolean enabledByDefault, Collection<? extends O> operations) Deprecated, for removal: This API element is subject to removal in a future version.AbstractDiscoveredEndpoint(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.since 3.3.0 in favor of@Endpointand@WebEndpointsupportclassDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpointand@WebEndpointclass
AbstractDiscoveredEndpoint(EndpointDiscoverer, Object, EndpointId, Access, Collection)