Uses of Interface
org.springframework.boot.actuate.endpoint.EndpointsSupplier
Packages that use EndpointsSupplier
Package
Description
Auto-configuration for actuator Cloud Foundry concerns.
Auto-configuration for the Actuator's web endpoints.
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.
-
Uses of EndpointsSupplier in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Classes in org.springframework.boot.actuate.autoconfigure.cloudfoundry that implement EndpointsSupplierModifier and TypeClassDescriptionclass
WebEndpointDiscoverer
for Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint
. -
Uses of EndpointsSupplier in org.springframework.boot.actuate.autoconfigure.endpoint.web
Method parameters in org.springframework.boot.actuate.autoconfigure.endpoint.web with type arguments of type EndpointsSupplierModifier and TypeMethodDescriptionWebEndpointAutoConfiguration.pathMappedEndpoints
(Collection<EndpointsSupplier<?>> endpointSuppliers) -
Uses of EndpointsSupplier in org.springframework.boot.actuate.endpoint.annotation
Classes in org.springframework.boot.actuate.endpoint.annotation that implement EndpointsSupplierModifier and TypeClassDescriptionclass
EndpointDiscoverer<E extends ExposableEndpoint<O>,
O extends Operation> A Base forEndpointsSupplier
implementations that discover@Endpoint
beans and@EndpointExtension
beans 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 TypeInterfaceDescriptioninterface
Constructors in org.springframework.boot.actuate.endpoint.web with parameters of type EndpointsSupplierModifierConstructorDescriptionPathMappedEndpoints
(String basePath, EndpointsSupplier<?> supplier) Create a newPathMappedEndpoints
instance for the given supplier.Constructor parameters in org.springframework.boot.actuate.endpoint.web with type arguments of type EndpointsSupplierModifierConstructorDescriptionPathMappedEndpoints
(String basePath, Collection<EndpointsSupplier<?>> suppliers) Create a newPathMappedEndpoints
instance 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 TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpoint
and@WebEndpoint
Classes in org.springframework.boot.actuate.endpoint.web.annotation that implement EndpointsSupplierModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpoint
and@WebEndpoint
supportclass
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpoint
and@WebEndpoint
class
@Endpoint
and@WebEndpoint
support