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 CompletableFuture<Void>
handleDiscoveryTask(DiscoveryConfiguration config)
Asynchronously discover the network using the given configuration.
-
-
-
Method Detail
-
handleDiscoveryTask
CompletableFuture<Void> handleDiscoveryTask(DiscoveryConfiguration config)
Asynchronously discover the network using the given configuration.- Parameters:
config
- discovery configuration
-
-