[ https://issues.apache.org/jira/browse/FELIX-4262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guillaume Sauthier closed FELIX-4262. ------------------------------------- Resolution: Fixed Fix Version/s: ipojo-runtime-1.10.2 > QueueServices should be observable > ---------------------------------- > > Key: FELIX-4262 > URL: https://issues.apache.org/jira/browse/FELIX-4262 > Project: Felix > Issue Type: Improvement > Components: iPOJO > Reporter: Guillaume Sauthier > Assignee: Guillaume Sauthier > Fix For: ipojo-runtime-1.10.2 > > > QueueService is currently some kind of black box where iPOJO executes stuff. > It would be nice to support registration of {{{QueueListener}}}: > {code:java} > public interface QueueListener { > void enlisted(JobInfo info); > void started(JobInfo info); > void executed(JobInfo info, Object result); > void failed(JobInfo info, Throwable throwable); > } > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)