payload = swoole_unserialize($message->payload); $this->topic = $topic; $this->offset = $message->offset; $this->part = $message->partition; $this->message = $message; $this->value = $message->payload; } }