Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
QueueService is currently some kind of black box where iPOJO executes stuff.
It would be nice to support registration of {{
{QueueListener}}}:
public interface QueueListener { void enlisted(JobInfo info); void started(JobInfo info); void executed(JobInfo info, Object result); void failed(JobInfo info, Throwable throwable); }