listGenericJobObject = $listGenericJobObject; } public function handle() { $result = (App()->make(ListTransactionJobProcessor::class))->execute($this->listGenericJobObject); } public function getJobId(){ return $this->job->getJobId(); } }