[DOCS][Dev] Add Queues

This commit is contained in:
2021-08-03 15:35:23 +01:00
committed by Hugo Sales
parent 27fb2da1d0
commit 367cc5c5c7
2 changed files with 33 additions and 85 deletions

View File

@@ -42,10 +42,12 @@ abstract class Queue
}
/**
* Enqueue a $message in a configured trasnport, to be handled by the $queue handler
* Enqueue a $message in a configured transport, to be handled by the $queue handler
*
* @param object|string
* @param mixed $message
* @param mixed $message
* @param string $queue
* @param bool $high
* @param array $stamps
*/
public static function enqueue($message, string $queue, bool $high = false, array $stamps = [])
{