public class DiscoveryTaskExecutorImpl extends Object implements DiscoveryTaskExecutor
| Constructor and Description | 
|---|
DiscoveryTaskExecutorImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
LocationAwareDetectorClient | 
getLocationAwareDetectorClient()  | 
CompletableFuture<Void> | 
handleDiscoveryTask(DiscoveryConfiguration config)
Asynchronously discover the network using the given configuration. 
 | 
void | 
setEventForwarder(EventForwarder eventForwarder)  | 
void | 
setLocationAwareDetectorClient(LocationAwareDetectorClient locationAwareDetectorClient)  | 
void | 
setLocationAwarePingClient(LocationAwarePingClient locationAwarePingClient)  | 
void | 
setRangeChunker(RangeChunker rangeChunker)  | 
public CompletableFuture<Void> handleDiscoveryTask(DiscoveryConfiguration config)
DiscoveryTaskExecutorhandleDiscoveryTask in interface DiscoveryTaskExecutorconfig - discovery configurationpublic void setRangeChunker(RangeChunker rangeChunker)
public void setLocationAwarePingClient(LocationAwarePingClient locationAwarePingClient)
public void setEventForwarder(EventForwarder eventForwarder)
public void setLocationAwareDetectorClient(LocationAwareDetectorClient locationAwareDetectorClient)
public LocationAwareDetectorClient getLocationAwareDetectorClient()
Copyright © 2021. All rights reserved.