@API
public interface JobExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
perform(EnoviaJob job)
Executes the job using the provided data as input for the execution
|
void perform(EnoviaJob job) throws ExtractionException, ConfigurationException, ValidationException
job - The job to be executedConfigurationException - May be thrown to indicate error in the
configurationExtractionException - May be thrown to indicate error while
extracting dataValidationException - May be thrown to indicate error when
validating the data being used/sent.