public interface FlowStatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
onStatusChanged(java.lang.String jobId,
Step step,
java.lang.String jobStatus,
int percentComplete,
long successfulEvents,
long failedEvents,
java.lang.String message) |
void onStatusChanged(java.lang.String jobId,
Step step,
java.lang.String jobStatus,
int percentComplete,
long successfulEvents,
long failedEvents,
java.lang.String message)
jobId - - the id of the running jobstep - - the current running stepjobStatus - - status of the running jobpercentComplete - - the percentage of completeness expressed as an intsuccessfulEvents - - counter for successfailedEvents - - counter for failuremessage - - the message you'd like to send along with it