Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-4262

QueueServices should be observable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • ipojo-runtime-1.11.0
    • iPOJO
    • 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);
      }
      

      Attachments

        Activity

          People

            sauthieg Guillaume Sauthier
            sauthieg Guillaume Sauthier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: