SLING-6739 : README adjusted to reflect the new status of this API bundle

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1789319 13f79535-47bb-0310-9956-ffa450edef68
1 file changed
tree: 98957a0b6927b02d81ff2f0895a480401d3d8973
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
README.md

Sling Event (Jobs) API bundle.

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

Bundle

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.