public class SetJobRetriesJobHandler extends AbstractBatchJobHandler<SetRetriesBatchConfiguration>
| Modifier and Type | Field and Description | 
|---|---|
| static BatchJobDeclaration | JOB_DECLARATION | 
| Constructor and Description | 
|---|
| SetJobRetriesJobHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SetRetriesBatchConfiguration | createJobConfiguration(SetRetriesBatchConfiguration configuration,
                      List<String> jobIds) | 
| void | execute(BatchJobConfiguration configuration,
       ExecutionEntity execution,
       CommandContext commandContext,
       String tenantId) | 
| JobDeclaration<BatchJobContext,MessageEntity> | getJobDeclaration()Get the job declaration for batch jobs. | 
| protected SetJobRetriesBatchConfigurationJsonConverter | getJsonConverterInstance() | 
| String | getType() | 
createBatchJob, createJobs, deleteJobs, newConfiguration, onDelete, postProcessJob, readConfiguration, saveConfiguration, writeConfigurationpublic static final BatchJobDeclaration JOB_DECLARATION
public String getType()
protected SetJobRetriesBatchConfigurationJsonConverter getJsonConverterInstance()
getJsonConverterInstance in class AbstractBatchJobHandler<SetRetriesBatchConfiguration>public JobDeclaration<BatchJobContext,MessageEntity> getJobDeclaration()
BatchJobHandlergetJobDeclaration in interface BatchJobHandler<SetRetriesBatchConfiguration>getJobDeclaration in class AbstractBatchJobHandler<SetRetriesBatchConfiguration>protected SetRetriesBatchConfiguration createJobConfiguration(SetRetriesBatchConfiguration configuration, List<String> jobIds)
createJobConfiguration in class AbstractBatchJobHandler<SetRetriesBatchConfiguration>public void execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
Copyright © 2018. All rights reserved.