Skip to main content
Latest
class internal.resolver.ConfiguredCustomResolver
Re-export
import { internal } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { ConfiguredCustomResolver } = internal.resolver;

Constructors

new
ConfiguredCustomResolver(resolverFunction: (address: string) => string)

Properties

private
readonly
_resolverFunction: (address: string) => string

Methods

resolve(seedRouter: ServerAddress): Promise<ServerAddress[]>