Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class Rediscovery
Re-export
import { Rediscovery } from "https://deno.land/x/neo4j_lite_client@4.4.6/bolt-connection/rediscovery/index.js";

Constructors

new
Rediscovery(routingContext)

Methods

_requestRawRoutingTable(
connection,
session,
database,
routerAddress,
impersonatedUser,
)
lookupRoutingTableOnRouter(
session,
database,
routerAddress,
impersonatedUser,
)

Try to fetch new routing table from the given router.