Package net.groboclown.retval.env
Class ObservedMonitorDetection
- java.lang.Object
-
- net.groboclown.retval.env.ObservedMonitorDetection
-
public class ObservedMonitorDetection extends java.lang.ObjectDetects the startup implementation for the observation monitors.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObservedMonitor<ProblemContainer>discoverCheckedInstance()Checks system settings for the correct instance to load.
-
-
-
Method Detail
-
discoverCheckedInstance
@Nonnull public static ObservedMonitor<ProblemContainer> discoverCheckedInstance()
Checks system settings for the correct instance to load.- Returns:
- the startup version of the observed monitor for problem containers.
-
-