Class AfterHandlingJob

java.lang.Object
org.apache.syncope.core.provisioning.java.job.Job
org.apache.syncope.core.provisioning.java.job.AfterHandlingJob
All Implemented Interfaces:
Runnable

public class AfterHandlingJob extends Job
Job for asynchronous handling of notification / audit events. Instead of direct synchronous invocation - which occurs in the same transaction where the event is generated, the execution of the scheduled code happens in a new transaction.