Class BatchSeedJobHandler.BatchSeedJobConfiguration
- java.lang.Object
-
- org.camunda.bpm.engine.impl.batch.BatchSeedJobHandler.BatchSeedJobConfiguration
-
- All Implemented Interfaces:
JobHandlerConfiguration
- Enclosing class:
- BatchSeedJobHandler
public static class BatchSeedJobHandler.BatchSeedJobConfiguration extends Object implements JobHandlerConfiguration
-
-
Constructor Summary
Constructors Constructor Description BatchSeedJobConfiguration(String batchId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBatchId()
String
toCanonicalString()
-
-
-
Field Detail
-
batchId
protected String batchId
-
-
Constructor Detail
-
BatchSeedJobConfiguration
public BatchSeedJobConfiguration(String batchId)
-
-
Method Detail
-
getBatchId
public String getBatchId()
-
toCanonicalString
public String toCanonicalString()
- Specified by:
toCanonicalString
in interfaceJobHandlerConfiguration
-
-