Class | Description |
---|---|
AbstractJob |
A superclass for Quartz jobs.
|
CustomJob |
Extracts the Job object to invoke from the context.
|
CustomJobConfig |
This configuration simply holds a reference to a user defined job to execute.
|
CustomJobFromMessageConfig |
This configuration simply holds a reference to a user defined job to execute.
|
EndpointPollingJob |
Will receive on an endpoint and dispatch it to the component set via the Receiver information.
|
EndpointPollingJobConfig |
Configuration for the
EndpointPollingJob job. |
EventGeneratorJob |
Will generate a new event based o the scheduled time.
|
EventGeneratorJobConfig |
The configuration for the
EventGeneratorJob job. |
PollEndpointJob | |
ScheduledDispatchJob |
Will dispatch the current message to a Mule endpoint at a later time.
|
ScheduledDispatchJobConfig |
The configuration for the
ScheduledDispatchJob job. |
StatefulCustomJob |
Same as
CustomJob except the JobDetail state is persistent
for each request and only one instance of the job will fire at any given trigger. |
StatefulEndpointPollingJob |
Same as
EndpointPollingJob except the JobDetail state is persistent
for each request and only one instance of the job will fire at any given trigger. |
StatefulEventGeneratorJob |
Same as
EventGeneratorJob except the JobDetail state is persistent
for each request and only one instance of the job will fire at any given trigger. |
StatefulScheduledDispatchJob |
Same as
ScheduledDispatchJob except the JobDetail state is persistent
for each request and only one instance of the job will fire at any given trigger. |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.