Uses of Interface
org.springframework.boot.actuate.endpoint.Producible
Package
Description
Endpoint support.
Web support for actuator endpoints.
Actuator support for exporting metrics to Prometheus.
-
Uses of Producible in org.springframework.boot.actuate.endpoint
Modifier and TypeInterfaceDescriptioninterface
Producible<E extends Enum<E> & Producible<E>>
Interface that can be implemented by anyEnum
that represents a finite set of producible mime-types. -
Uses of Producible in org.springframework.boot.actuate.endpoint.web
ModifierConstructorDescriptionWebEndpointResponse
(T body, Producible<?> producible) Creates a newWebEndpointResponse
with the given body and content type and a 200 (OK) status. -
Uses of Producible in org.springframework.boot.actuate.metrics.export.prometheus