public interface BatchResultReporter<T>
BatchJob.
The actual output type depends on the implementation and is represented by the generic type.
No assumptions should be made about the thread safeness of implementations. Check each implementations reference.| Modifier and Type | Method and Description |
|---|---|
T |
buildReport(BatchJob job,
BatchJobResult jobResult)
Generates a report for the given parameters
|
T buildReport(BatchJob job, BatchJobResult jobResult)
job - the executed BatchJobjobResult - the obtained BatchJobResultTCopyright © 2006–2019 MuleSoft, Inc.. All rights reserved.