public interface ScraperRuntimeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onExecutionContinued(Scraper scraper) |
void |
onExecutionEnd(Scraper scraper) |
void |
onExecutionError(Scraper scraper,
Exception e) |
void |
onExecutionPaused(Scraper scraper) |
void |
onExecutionStart(Scraper scraper) |
void |
onNewProcessorExecution(Scraper scraper,
BaseProcessor processor) |
void |
onProcessorExecutionFinished(Scraper scraper,
BaseProcessor processor,
Map properties) |
void onExecutionStart(Scraper scraper)
void onExecutionPaused(Scraper scraper)
void onExecutionContinued(Scraper scraper)
void onNewProcessorExecution(Scraper scraper, BaseProcessor processor)
void onExecutionEnd(Scraper scraper)
void onProcessorExecutionFinished(Scraper scraper, BaseProcessor processor, Map properties)
Copyright © 2022 WSO2. All rights reserved.