commit | 51eadd0a27327579c37039e4619d41cd61ac04fe | [log] [tgz] |
---|---|---|
author | Dan Klco <klco@adobe.com> | Mon May 08 11:08:39 2023 -0400 |
committer | Dan Klco <klco@adobe.com> | Mon May 08 11:08:39 2023 -0400 |
tree | aece2c19abdc58397533f8055c7ae69c42549e16 | |
parent | 688bdee8a6a66785783ef6cdb50804675f05672f [diff] |
SLING-11858 - Fixing dependency scope
This module is part of the Apache Sling project.
For user documentation see https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html. This README contains information on the API details.
Note that the default implementation has been spun-off into a separate bundle: sling.event.resource
Sling Event API defines the API for Jobs. It defines Job, JobManager and Queue, as well as consumer Apis for a JobConsumer. There are ancillary APIs to support the work of these core interfaces. The core APIs are exported from org.apache.sling.event.jobs with the consumers exported from org.apache.sling.event.jobs.consumer.