예제 #1
0
 /**
  * @param kBatchJobStatusEventConsumer $consumer
  * @return bool true if should continue to the next consumer
  */
 protected function doConsume(KalturaEventConsumer $consumer)
 {
     return $consumer->updatedJob($this->dbBatchJob, $this->twinJob);
 }