public class SetJobRetriesJobHandler extends AbstractBatchJobHandler<SetJobRetriesBatchConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static BatchJobDeclaration |
JOB_DECLARATION |
| Constructor and Description |
|---|
SetJobRetriesJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected SetJobRetriesBatchConfiguration |
createJobConfiguration(SetJobRetriesBatchConfiguration 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<SetJobRetriesBatchConfiguration>public JobDeclaration<BatchJobContext,MessageEntity> getJobDeclaration()
BatchJobHandlergetJobDeclaration in interface BatchJobHandler<SetJobRetriesBatchConfiguration>getJobDeclaration in class AbstractBatchJobHandler<SetJobRetriesBatchConfiguration>protected SetJobRetriesBatchConfiguration createJobConfiguration(SetJobRetriesBatchConfiguration configuration, List<String> jobIds)
createJobConfiguration in class AbstractBatchJobHandler<SetJobRetriesBatchConfiguration>public void execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
Copyright © 2018. All rights reserved.