A SchedulerAction capable of publishing messages to a RabbitMQ broker.
A SchedulerAction capable of publishing messages to a RabbitMQ broker. The message definition builder script
should return an object with fields exchangeKey, routingKey and message.
id
the id of the SchedulerAction
in
the duration in which to run the action
repeat
the duration in which to repeat the scheduled action, or None if it is a one-shot task
messageDefinitionBuilder
the script capable of recurrently building messages.
A
SchedulerActioncapable of publishing messages to a RabbitMQ broker. The message definition builder script should return an object with fieldsexchangeKey,routingKeyandmessage.the id of the SchedulerAction
the duration in which to run the action
the duration in which to repeat the scheduled action, or
Noneif it is a one-shot taskthe script capable of recurrently building messages.