spring-framework / org.springframework.jmx.support / MBeanServerConnectionFactoryBean / setConnectOnStartup

setConnectOnStartup

open fun setConnectOnStartup(connectOnStartup: Boolean): Unit

Set whether to connect to the server on startup. Default is "true".

Can be turned off to allow for late start of the JMX server. In this case, the JMX connector will be fetched on first access.