| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.core.api.event.CoreEvent.Builder |
BatchEvent.asEventBuilder(BatchJobAdapter batchJob)
Deprecated.
|
org.mule.runtime.core.api.event.CoreEvent.Builder |
BatchEvent.asEventBuilder(BatchJobAdapter batchJob,
CompletableFuture<Void> externalCompletion) |
| Modifier and Type | Method and Description |
|---|---|
BatchJobAdapter |
BatchEngine.getJobFor(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance)
Returns the owning
BatchJobAdapter for the given BatchJobInstance |
| Modifier and Type | Method and Description |
|---|---|
BatchJobInstanceAdapter |
BatchEngine.createNewJobInstance(BatchJobAdapter job,
org.mule.runtime.core.api.event.CoreEvent event)
Creates and initialises a new
BatchJobInstanceAdapter related to the given job. |
void |
BatchEngine.registerBatchJob(BatchJobAdapter batchJob) |
| Modifier and Type | Method and Description |
|---|---|
BatchJobAdapter |
BatchTransactionContext.getJob()
Returns the
BatchJobAdapter for which this context was built |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBatchJob |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBatchStep.setJob(BatchJobAdapter job) |
void |
DefaultBatchJobResult.updateFor(BatchJobAdapter job,
Collection<Record> records)
Updates the values in this instance
|
void |
BatchJobResultAdapter.updateFor(BatchJobAdapter job,
Collection<Record> records)
Updates the values in this instance
|
| Modifier and Type | Method and Description |
|---|---|
BatchJobAdapter |
DefaultBatchEngine.getJobFor(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance)
Returns the owning
BatchJobAdapter for the given BatchJobInstance |
| Modifier and Type | Method and Description |
|---|---|
BatchJobInstanceAdapter |
DefaultBatchEngine.createNewJobInstance(BatchJobAdapter job,
org.mule.runtime.core.api.event.CoreEvent event)
Creates and initialises a new
BatchJobInstanceAdapter related to the given job. |
void |
DefaultBatchEngine.registerBatchJob(BatchJobAdapter batchJob) |
| Constructor and Description |
|---|
BatchRecordWork(BatchEngine batchEngine,
BatchJobAdapter job,
BatchTransactionContext ctx,
BatchProcessingListener listener,
List<Record> block) |
| Modifier and Type | Method and Description |
|---|---|
BatchJobAdapter |
BaseBatchTransactionContextWrapper.getJob() |
BatchJobAdapter |
DefaultBatchTransactionContext.getJob()
Returns the
BatchJobAdapter for which this context was built |
| Constructor and Description |
|---|
DefaultBatchTransactionContext(BatchJobAdapter job,
BatchJobInstanceAdapter jobInstance,
org.mule.runtime.core.api.util.queue.QueueSession queueSession) |
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.