'127.0.0.1', 'port' => 9501]] */ public function getNodes( string $uri, string $name, #[ArrayShape([ 'protocol' => 'string', 'nodes' => [ [ 'host' => 'string', 'port' => 'int', 'weight' => 'int', ], ], ])] array $metadata ): array; public function isLongPolling(): bool; public function register( string $name, string $host, int $port, #[ArrayShape([ 'protocol' => 'string', ])] array $metadata ): void; public function isRegistered( string $name, string $host, int $port, #[ArrayShape([ 'protocol' => 'string', ])] array $metadata ): bool; }