Package com.adobe.aio.aem.event.publish
Class EventPublishJobConsumer
- java.lang.Object
-
- com.adobe.aio.aem.event.publish.EventPublishJobConsumer
-
- All Implemented Interfaces:
org.apache.sling.event.jobs.consumer.JobConsumer
public class EventPublishJobConsumer extends Object implements org.apache.sling.event.jobs.consumer.JobConsumer
-
-
Field Summary
Fields Modifier and Type Field Description static String
AIO_EVENT_CODE_PROPERTY
static String
AIO_EVENT_PROPERTY
static String
AIO_EVENTS_JOB_TOPIC
-
Constructor Summary
Constructors Constructor Description EventPublishJobConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sling.event.jobs.consumer.JobConsumer.JobResult
process(org.apache.sling.event.jobs.Job job)
-
-
-
Field Detail
-
AIO_EVENTS_JOB_TOPIC
public static final String AIO_EVENTS_JOB_TOPIC
- See Also:
- Constant Field Values
-
AIO_EVENT_PROPERTY
public static final String AIO_EVENT_PROPERTY
- See Also:
- Constant Field Values
-
AIO_EVENT_CODE_PROPERTY
public static final String AIO_EVENT_CODE_PROPERTY
- See Also:
- Constant Field Values
-
-