Event indicating a file is to be processed by this consumer.
NOTE: The consumer does not need to process the file immediately, can can opt to queue and/or track the files to be processed in batch. Just be sure to complete the processing by the {@link #completeScan()}event.
@param path the relative file path (in the repository) to process. @throws ConsumerException if there was a problem processing this file.Event indicating a file is to be processed by this consumer.
NOTE: The consumer does not need to process the file immediately, can can opt to queue and/or track the files to be processed in batch. Just be sure to complete the processing by the {@link #completeScan()} event.
@param path the relative file path (in the repository) to process. @throws ConsumerException if there was a problem processing this file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|