| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.module.batch.api | |
| com.mulesoft.mule.runtime.module.batch.internal |
| Modifier and Type | Method and Description |
|---|---|
BatchStepResult |
BatchJobResult.getResultForStep(String stepId)
Retrieves information about the execution of a particular step
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBatchStepResult
Default implementation of
BatchStepResult |
class |
ImmutableBatchStepResult
Immutable view of
BatchStepResult |
| Modifier and Type | Method and Description |
|---|---|
BatchStepResult |
ImmutableBatchJobResult.getResultForStep(String stepId) |
BatchStepResult |
DefaultBatchJobResult.getResultForStep(String stepId)
Retrieves information about the execution of a particular step
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BatchStepResult> |
BatchJobResultAdapter.getBatchStepResults()
Returns a
Map in which the key is the name of a step and the value is a BatchStepResult |
Map<String,BatchStepResult> |
DefaultBatchJobResult.getBatchStepResults()
Returns a
Map in which the key is the name of a step and the value is a BatchStepResult |
Copyright © 2006–2019 MuleSoft, Inc.. All rights reserved.