Uses of Class
org.springframework.boot.autoconfigure.jmx.JmxProperties
Packages that use JmxProperties
Package
Description
Actuator JMX endpoint auto-configuration.
Auto-configuration for Spring Integration.
Auto-configuration for JMX.
-
Uses of JmxProperties in org.springframework.boot.actuate.autoconfigure.endpoint.jmx
Constructors in org.springframework.boot.actuate.autoconfigure.endpoint.jmx with parameters of type JmxPropertiesModifierConstructorDescriptionJmxEndpointAutoConfiguration
(ApplicationContext applicationContext, JmxEndpointProperties properties, JmxProperties jmxProperties) -
Uses of JmxProperties in org.springframework.boot.autoconfigure.integration
Methods in org.springframework.boot.autoconfigure.integration with parameters of type JmxPropertiesModifier and TypeMethodDescriptionorg.springframework.integration.monitor.IntegrationMBeanExporter
IntegrationAutoConfiguration.IntegrationJmxConfiguration.integrationMbeanExporter
(BeanFactory beanFactory, JmxProperties properties) -
Uses of JmxProperties in org.springframework.boot.autoconfigure.jmx
Constructors in org.springframework.boot.autoconfigure.jmx with parameters of type JmxProperties