Skip to main content
Deno 2 is finally here 🎉️
Learn more
class default
import { default } from "https://deno.land/x/neo4j_lite_client@4.4.6/bolt-connection/load-balancing/load-balancing-strategy.js";

A facility to select most appropriate reader or writer among the given addresses for request processing.

Methods

selectReader(knownReaders)

Select next most appropriate reader from the list of given readers.

selectWriter(knownWriters)

Select next most appropriate writer from the list of given writers.