예제 #1
0
 /**
  * @param string $worker_type
  * @param string $worker_name
  * @return true
  * @throws Exception
  */
 public function hasWorkerConfig($worker_type, $worker_name)
 {
     return $this->queue_config->hasWorkerConfig($worker_type, $worker_name);
 }