Package com.attivio.connector
Interface ConcurrentScannerAuditHandler
-
public interface ConcurrentScannerAuditHandler
Implemented by the connector framework to handle state changes (e.g log the change to persist it).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
taskStateChanged(ConcurrentScannerDocFetcherTask.TaskInfo taskInfo)
Reports changes in the state of tasks - starting with queuing a task and ending with the successful or failed completion
-
-
-
Method Detail
-
taskStateChanged
void taskStateChanged(ConcurrentScannerDocFetcherTask.TaskInfo taskInfo)
Reports changes in the state of tasks - starting with queuing a task and ending with the successful or failed completion
-
-