Package org.opennms.netmgt.discovery
Interface DiscoveryTaskExecutor
-
- All Known Implementing Classes:
DiscoveryTaskExecutorImpl
public interface DiscoveryTaskExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>
handleDiscoveryTask(DiscoveryConfiguration config)
Asynchronously discover the network using the given configuration.
-
-
-
Method Detail
-
handleDiscoveryTask
java.util.concurrent.CompletableFuture<java.lang.Void> handleDiscoveryTask(DiscoveryConfiguration config)
Asynchronously discover the network using the given configuration.- Parameters:
config
- discovery configuration
-
-