Uses of Interface
org.springframework.boot.actuate.endpoint.Producible
Packages that use Producible
Package
Description
Endpoint support.
Web support for actuator endpoints.
Support for exporting actuator metrics to Prometheus.
-
Uses of Producible in org.springframework.boot.actuate.endpoint
Classes in org.springframework.boot.actuate.endpoint with type parameters of type ProducibleModifier and TypeInterfaceDescriptioninterfaceProducible<E extends Enum<E> & Producible<E>>Interface that can be implemented by anyEnumthat represents a finite set of producible mime-types.Classes in org.springframework.boot.actuate.endpoint that implement Producible -
Uses of Producible in org.springframework.boot.actuate.endpoint.web
Constructors in org.springframework.boot.actuate.endpoint.web with parameters of type ProducibleModifierConstructorDescriptionWebEndpointResponse(@Nullable T body, Producible<?> producible) Creates a newWebEndpointResponsewith the given body and content type and a 200 (OK) status. -
Uses of Producible in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus that implement Producible