Annotation Interface JmxEndpoint


@Target(TYPE) @Retention(RUNTIME) @Documented @Endpoint @FilteredEndpoint(org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointFilter.class) public @interface JmxEndpoint
Identifies a type as being an endpoint that is only exposed over JMX.
Since:
2.0.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Level of access to the endpoint that is permitted by default.
    The id of the endpoint.
  • Element Details

    • id

      @AliasFor(annotation=Endpoint.class) String id
      The id of the endpoint.
      Returns:
      the id
      Default:
      ""
    • defaultAccess

      @AliasFor(annotation=Endpoint.class) Access defaultAccess
      Level of access to the endpoint that is permitted by default.
      Returns:
      the default level of access
      Since:
      3.4.0
      Default:
      UNRESTRICTED