timestamp = $timestamp ?? Timestamp::now(); } public function getEventData(): array { return [ 'event_type' => 'job_chain_completed', 'chain_id' => $this->chainId, 'name' => $this->name, 'completed_at' => $this->completedAt, 'timestamp' => $this->timestamp->toFloat() ]; } }