open fun setEnvironmentMap(@Nullable environment: MutableMap<String, *>): Unit
Set the environment properties used to construct the JMXConnector as a Map of String keys and arbitrary Object values.
JMXConnector
Map