method Cluster.prependOnceListener
#Cluster.prependOnceListener(event: string,listener: (...args: any[]) => void,): this#Cluster.prependOnceListener(event: "exit",listener: () => void,): this#Cluster.prependOnceListener(): this#Cluster.prependOnceListener(event: "message",listener: () => void,): this#Cluster.prependOnceListener(event: "setup",listener: (settings: ClusterSettings) => void,): thisParameters #
#event: "setup"#listener: (settings: ClusterSettings) => voidReturn Type #
this