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