批注接口 EndpointJmxExtension


@Target(TYPE) @Retention(RUNTIME) @Documented @EndpointExtension(filter=org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointFilter.class) public @interface EndpointJmxExtension
Identifies a type as being a JMX-specific extension of an @Endpoint.
从以下版本开始:
2.0.0
作者:
Stephane Nicoll
另请参阅:
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    The endpoint class to which this JMX extension relates.