tree: 8d7f9102b797def4e684226b620ec0008d08ee00 [path history] [tgz]
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Build Status Maven Central JavaDocs License event

Apache Sling Event API

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

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.