ProducerService
abstract classe ProducerService (Voir la source)
Traits
Propriétés
protected int | $delay | Define the delay |
|
protected string | $queue | Define the queue |
|
protected int | $retry | Define the time of retry |
|
protected int | $priority | Define the priority |
Méthodes
int
getPriority()
Get the producer priority
int
getRetry()
Get the producer retry
int
getQueue()
Get the producer queue
int
getDelay()
Get the producer delay
mixed
process()
Process the producer
Détails
final int
getPriority()
Get the producer priority
final int
getRetry()
Get the producer retry
final int
getQueue()
Get the producer queue
final int
getDelay()
Get the producer delay
abstract mixed
process()
Process the producer