public interface NrtCollector
 a collection satellite receives CollectionJob from a collection
 commander and collects the data for them. The result should be send back to
 the commander via the same technology the job was received.
 
| Modifier and Type | Method and Description | 
|---|---|
void | 
start()
Starts the satellite. 
 | 
void | 
stop()
Stops the nrtcollector and cleans up all the resources 
 | 
boolean | 
terminated()
Tells the main thread if the satellite instance is terminated. 
 | 
Copyright © 2021. All rights reserved.