Registry / observability / jmx
library425javamavenunverified

Provides JMX support for the Airlift framework, enabling management and monitoring of Java applications.

<dependency> <groupId>io.airlift</groupId> <artifactId>jmx</artifactId> <version>425</version> </dependency>
INSTALL
IMPORT
SIG · JMX
J
jmx
observabilityjavav425
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MBeanExporter
io.airlift.jmx.MBeanExporter

Exports an MBean using Airlift's MBeanExporter.

import io.airlift.jmx.MBeanExporter; public class Example { public static void main(String[] args) { MBeanExporter exporter = new MBeanExporter(); exporter.export("com.example:type=MyBean", new Object()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
425latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Resources
jmx — mvn dependency:get jmx · libregistry