publisher = $publisher; } public function publish($data) { $this->publisher->publish(self::TOPIC_NAME, json_encode($data)); } }