UNPKG

@joergmittaglawo/dmvconfig

Version:

DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.

20 lines 645 B
/** * Runs the Cluster Configuration * @packageDocumentation * * @version 0.0.0-alpha.0 * @date 2020-04-18 * @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com> * @license SPDX-License-Identifier: MIT */ import type { VMatrix } from 'vapi'; import type { DMVConfig } from '../conf'; /** * Runs the Cluster Configuration * * @param config The DMV Configuration * @param master An open VMatrix connection to the cluster master */ export declare function runClusterConfig({ cluster: { communication, sources }, nodes }: DMVConfig, master: VMatrix): Promise<void>; export default runClusterConfig; //# sourceMappingURL=cluster.d.ts.map