Hi, I want to add jmx feature on my class. Can I u...
# getting-started
s
Hi, I want to add jmx feature on my class. Can I use the ‘extension' feature of kotlin to extend my existing class and register mbean in the extension function? - I’m new to kotlin 😅