Class SetRetriesBatchConfiguration
- java.lang.Object
-
- org.camunda.bpm.engine.impl.batch.BatchConfiguration
-
- org.camunda.bpm.engine.impl.batch.SetRetriesBatchConfiguration
-
public class SetRetriesBatchConfiguration extends BatchConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description protected int
retries
-
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
batchId, failIfNotExists, idMappings, ids
-
-
Constructor Summary
Constructors Constructor Description SetRetriesBatchConfiguration(List<String> ids, int retries)
SetRetriesBatchConfiguration(List<String> ids, DeploymentMappings mappings, int retries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRetries()
void
setRetries(int retries)
-
Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
-
-
-
-
Constructor Detail
-
SetRetriesBatchConfiguration
public SetRetriesBatchConfiguration(List<String> ids, DeploymentMappings mappings, int retries)
-
-