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