Uses of Class
com.gengoai.io.MonitoredObject
-
Packages that use MonitoredObject Package Description com.gengoai.io Classes for reading and writing to various different sources, e.g. -
-
Uses of MonitoredObject in com.gengoai.io
Methods in com.gengoai.io that return MonitoredObject Modifier and Type Method Description static <T> MonitoredObject<T>
ResourceMonitor. monitor(T object)
Monitors the given Objectstatic <T> MonitoredObject<T>
ResourceMonitor. monitor(T object, @NonNull Consumer<T> onClose)
Monitors the given Object using the given onClose command
-