eu.shiftforward.adstax.scheduler.api.job
the identifier of the job
the initial delay before the job is first executed
the repetition configuration for the job, or None if it's an one-shot task
the script to be run to build each message. The script should return an object with fields
exchangeKey, routingKey and message.
The description of the job
The description of the job
the identifier of the job
the identifier of the job
the initial delay before the job is first executed
the initial delay before the job is first executed
the script to be run to build each message.
the script to be run to build each message. The script should return an object with fields
exchangeKey, routingKey and message.
the repetition configuration for the job, or None if it's an one-shot task
the repetition configuration for the job, or None if it's an one-shot task
A job that publishes messages to a AMQP broker.
the identifier of the job
the initial delay before the job is first executed
the repetition configuration for the job, or
Noneif it's an one-shot taskthe script to be run to build each message. The script should return an object with fields
exchangeKey,routingKeyandmessage.