public class StatefulEventGeneratorJob extends EventGeneratorJob implements org.quartz.StatefulJob
EventGeneratorJob
except the JobDetail state is persistent
for each request and only one instance of the job will fire at any given trigger. If the job does not
complete before the next trigger the second execution is blocked until the job completeslogger
muleContext
Constructor and Description |
---|
StatefulEventGeneratorJob() |
doExecute
execute, getMuleContext
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.