*/ interface QueueAssociableInterface { /** * Get the name of the queue where the task should be published to. * * @param array $params * @return string */ public function getQueueName(array $params = []); }