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