Apache Sling Event API

Clone this repo:
  1. 92cbc7d SLING-12740 Add null annotations to JobManager by Konrad Windszus · 2 months ago master
  2. b9eca79 SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org by Robert Munteanu · 8 months ago
  3. cdcb2b0 SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 1 year, 8 months ago
  4. 3c4a6b2 [maven-release-plugin] prepare for next development iteration by Dan Klco · 2 years, 1 month ago
  5. 81c1330 [maven-release-plugin] prepare release org.apache.sling.event.api-1.0.4 by Dan Klco · 2 years, 1 month ago org.apache.sling.event.api-1.0.4

Apache Sling

Build Status Coverage Sonarcloud Status JavaDoc Maven Central event License

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.