public interface JobListener
Modifier and Type | Method and Description |
---|---|
void |
scheduledJob(String id,
ByteSequence job)
A Job that has been scheduled is now ready to be fired.
|
void scheduledJob(String id, ByteSequence job)
jobId
- The unique Job Id of the Job that is ready to fire.job
- The job that is now ready, delivered in byte form.Copyright © 2005–2018 FuseSource, Corp.. All rights reserved.