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 TypeClassDescriptionclassWebEndpointDiscovererfor 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 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(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(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 TypeInterfaceDescriptioninterfaceinterfaceClasses in org.springframework.boot.actuate.endpoint.web.annotation that implement EndpointsSupplierModifier and TypeClassDescriptionclassclassclass