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,
com.mulesoft.mule.runtime.module.batch.api.BatchJobResult jobResult)
Generates a report for the given parameters
|
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.