JmxPolicy

constructor(jmxHttpServerPortAllocation: PortAllocation)

Create a JmxPolicy that turns on monitoring using the given PortAllocation.


constructor()

Deprecated

The default constructor does not turn on monitoring. Simply leave the jmxPolicy parameter unspecified if you wish to not have monitoring turned on.


constructor(startJmxHttpServer: Boolean = false, jmxHttpServerPortAllocation: PortAllocation = incrementalPortAllocation())

Deprecated

Use the constructor that just takes in the jmxHttpServerPortAllocation or use JmxPolicy.defaultEnabled()