Annotation Type 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
- Author:
- Stephane Nicoll, Phillip Webb
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
If the endpoint should be enabled or disabled by default.The id of the endpoint.
-
Element Details
-
id
The id of the endpoint.- Returns:
- the id
- Default:
- ""
-
enableByDefault
If the endpoint should be enabled or disabled by default.- Returns:
true
if the endpoint is enabled by default
- Default:
- true
-