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

Valeur de retour

int

final int getRetry()

Get the producer retry

Valeur de retour

int

final int getQueue()

Get the producer queue

Valeur de retour

int

final int getDelay()

Get the producer delay

Valeur de retour

int

abstract mixed process()

Process the producer

Valeur de retour

mixed