Adds a new job to the webhook queue.
The name of the job to be added.
The arbitrary data to append to the job.
ProducerError If adding job fails.
Retrieves the total number of jobs in the queue.
The total job count.
ProducerError If the count cannot be retrieved.
Defines the public contract for a webhook queue.