@InterfaceAudience.Public public interface ScanResultConsumer extends ScanResultConsumerBase
Result for an asynchronous scan.
 
 All results that match the given scan object will be passed to this class by calling
 onNext(Result). ScanResultConsumerBase.onComplete() means the scan is finished, and
 ScanResultConsumerBase.onError(Throwable) means we hit an unrecoverable error and the scan is terminated.
| Modifier and Type | Method and Description | 
|---|---|
| boolean | onNext(Result result) | 
onComplete, onError, onScanMetricsCreatedCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.