Class JmxEndpointAutoConfiguration

java.lang.Object
org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration

@AutoConfiguration(after={org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.class,EndpointAutoConfiguration.class}) @EnableConfigurationProperties({JmxEndpointProperties.class,org.springframework.boot.autoconfigure.jmx.JmxProperties.class}) @ConditionalOnBooleanProperty("spring.jmx.enabled") public final class JmxEndpointAutoConfiguration extends Object
Auto-configuration for JMX @Endpoint support.
Since:
2.0.0