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 SummaryFields Modifier and Type Field Description protected intretries- 
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfigurationbatchId, failIfNotExists, idMappings, ids
 
- 
 - 
Constructor SummaryConstructors Constructor Description SetRetriesBatchConfiguration(java.util.List<java.lang.String> ids, int retries)SetRetriesBatchConfiguration(java.util.List<java.lang.String> ids, DeploymentMappings mappings, int retries)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRetries()voidsetRetries(int retries)- 
Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfigurationgetBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
 
- 
 
- 
- 
- 
Constructor Detail- 
SetRetriesBatchConfigurationpublic SetRetriesBatchConfiguration(java.util.List<java.lang.String> ids, int retries)
 - 
SetRetriesBatchConfigurationpublic SetRetriesBatchConfiguration(java.util.List<java.lang.String> ids, DeploymentMappings mappings, int retries)
 
- 
 
-