Uses of Interface
org.springframework.boot.actuate.endpoint.EndpointsSupplier
Packages that use EndpointsSupplier
Package
Description
Annotation support for actuator endpoints.
JMX support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
Auto-configuration for Cloud Foundry endpoints.
-
Uses of EndpointsSupplier in org.springframework.boot.actuate.endpoint.annotation
Classes in org.springframework.boot.actuate.endpoint.annotation that implement EndpointsSupplierModifier and TypeClassDescriptionclassEndpointDiscoverer<E extends ExposableEndpoint<O>, O extends Operation>A Base forEndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans in an application context. -
Uses of EndpointsSupplier in org.springframework.boot.actuate.endpoint.jmx
Subinterfaces of EndpointsSupplier in org.springframework.boot.actuate.endpoint.jmxModifier and TypeInterfaceDescriptioninterface -
Uses of EndpointsSupplier in org.springframework.boot.actuate.endpoint.jmx.annotation
Classes in org.springframework.boot.actuate.endpoint.jmx.annotation that implement EndpointsSupplierModifier and TypeClassDescriptionclass -
Uses of EndpointsSupplier in org.springframework.boot.actuate.endpoint.web
Subinterfaces of EndpointsSupplier in org.springframework.boot.actuate.endpoint.webModifier and TypeInterfaceDescriptioninterfaceConstructors in org.springframework.boot.actuate.endpoint.web with parameters of type EndpointsSupplierModifierConstructorDescriptionPathMappedEndpoints(@Nullable String basePath, EndpointsSupplier<?> supplier) Create a newPathMappedEndpointsinstance for the given supplier.Constructor parameters in org.springframework.boot.actuate.endpoint.web with type arguments of type EndpointsSupplierModifierConstructorDescriptionPathMappedEndpoints(@Nullable String basePath, Collection<EndpointsSupplier<?>> suppliers) Create a newPathMappedEndpointsinstance for the given suppliers. -
Uses of EndpointsSupplier in org.springframework.boot.actuate.endpoint.web.annotation
Subinterfaces of EndpointsSupplier in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpointand@WebEndpointClasses in org.springframework.boot.actuate.endpoint.web.annotation that implement EndpointsSupplierModifier 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 -
Uses of EndpointsSupplier in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
Classes in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint that implement EndpointsSupplierModifier and TypeClassDescriptionclassWebEndpointDiscovererfor Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint.
@Endpointand@WebEndpointsupport