接口的使用
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的使用
修饰符和类型接口说明interfaceProducible<E extends Enum<E> & Producible<E>>Interface that can be implemented by anyEnumthat represents a finite set of producible mime-types. -
org.springframework.boot.actuate.endpoint.web中Producible的使用
限定符构造器说明WebEndpointResponse(T body, Producible<?> producible) Creates a newWebEndpointResponsewith the given body and content type and a 200 (OK) status. -
org.springframework.boot.actuate.metrics.export.prometheus中Producible的使用