Package org.opennms.netmgt.poller
Interface ServiceMonitorRegistry
-
- All Known Implementing Classes:
DefaultServiceMonitorRegistry
public interface ServiceMonitorRegistryUsed to enumerate and retrieve availableServiceMonitorimplementations.- 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)
-
-