Package-level declarations
Types
Link copied to clipboard
Represents a message containing the job name and the job payload
Link copied to clipboard
data class JobRequest(val job: Job<Payload>, val payload: Payload, val reservedRawJobMessage: String)
Represents a job containing the Job, the Payload this job accepts, and the original reservedRawJobMessage
Link copied to clipboard
Contains methods for processing jobs from worker queues and subscribed channels
Link copied to clipboard
Abstraction for the message broker used in MessagingManager