public final class ImmutableBatchJob extends Object implements BatchJob, Serializable
BatchJob| Constructor and Description |
|---|
ImmutableBatchJob(BatchJob job) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static List<BatchJob> |
forCollection(Collection<BatchJob> jobs) |
int |
getMaxFailedRecords()
The number of max records allowed to fail before failing the job
|
String |
getName() |
List<BatchStep> |
getSteps() |
int |
hashCode() |
public ImmutableBatchJob(BatchJob job)
public static List<BatchJob> forCollection(Collection<BatchJob> jobs)
public String getName()
getName in interface org.mule.runtime.api.meta.NamedObjectBatchJob#getName()}public int getMaxFailedRecords()
BatchJobgetMaxFailedRecords in interface BatchJobBatchJob#getMaxFailedRecords()}Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.