接口的使用
org.springframework.boot.actuate.endpoint.Producible
使用Producible的程序包
程序包
说明
Endpoint support.
Web support for actuator endpoints.
Actuator support for exporting metrics to Prometheus.
-
org.springframework.boot.actuate.endpoint中Producible的使用
修饰符和类型接口说明interface
Producible<E extends Enum<E> & Producible<E>>
Interface that can be implemented by anyEnum
that represents a finite set of producible mime-types. -
org.springframework.boot.actuate.endpoint.web中Producible的使用
限定符构造器说明WebEndpointResponse
(T body, Producible<?> producible) Creates a newWebEndpointResponse
with the given body and content type and a 200 (OK) status. -
org.springframework.boot.actuate.metrics.export.prometheus中Producible的使用