Skip to content
zhenya edited this page Aug 9, 2025 · 7 revisions

Frequently Asked Questions

Do I need to use a try-with-resources statement for LazySystemMonitor?

LazySystemMonitor does not use any Closeable resources so, no, you don't have to use it in a try-with-resources statement, but it's good practice anyway (for all Closeables).

Clone this wiki locally