Package org.opennms.netmgt.poller
Interface ServiceMonitorRegistry
-
- All Known Implementing Classes:
DefaultServiceMonitorRegistry
public interface ServiceMonitorRegistry
Used to enumerate and retrieve availableServiceMonitor
implementations.- Author:
- jwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getMonitorClassNames()
CompletableFuture<ServiceMonitor>
getMonitorFutureByClassName(String className)
-
-
-
Method Detail
-
getMonitorFutureByClassName
CompletableFuture<ServiceMonitor> getMonitorFutureByClassName(String className)
-
-