ClusterOptions: ForkOptions & ClusterSettings & {
    sticky?: boolean;
    stickyLoadBalancingMethod?: "random" | "round-robin" | "least-connection";
}

Generated using TypeDoc