$envelope */ public function publish(string $topic, array $envelope, bool $private = false): string { return $this->hub->publish(new Update( $topic, json_encode($envelope, \JSON_THROW_ON_ERROR), $private, )); } }