public interface StepStatusListener
Modifier and Type | Method and Description |
---|---|
void |
onStatusChange(java.lang.String jobId,
int percentComplete,
java.lang.String status,
long successfulEvents,
long failedEvents,
java.lang.String message) |
void onStatusChange(java.lang.String jobId, int percentComplete, java.lang.String status, long successfulEvents, long failedEvents, java.lang.String message)
jobId
- - the id of the job to changepercentComplete
- - the percentage of completeness expressed as an intstatus
- - indicate intermediate status based on step statussuccessfulEvents
- - the number of successful eventsfailedEvents
- - the number of failed eventsmessage
- - the message you'd like to send along with it