Configuration Reference
Version:4.5.0
Micronaut Jmx Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
If specified, it is expected the {@link javax.management.MBeanServerFactory#findMBeanServer} will return a server. An error will be thrown otherwise. |
|
java.lang.String |
Used if {@link #getAgentId()} returns null and {@link java.lang.management.ManagementFactory#getPlatformMBeanServer()} throws an exception. |
|
boolean |
Only used if {@link #getAgentId()} returns null and {@link java.lang.management.ManagementFactory#getPlatformMBeanServer()} throws an exception. |
|
boolean |
If a server could not be found with the {@link #agentId}, an exception will be thrown unless this method returns true. |
|
boolean |
If management beans should be registered for endpoints. |