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

Verifies connectivity using the given connection provider.

Constructors

new
ConnectivityVerifier(connectionProvider: ConnectionProvider)

Properties

private
readonly
_connectionProvider: ConnectionProvider

Methods

verify(unnamed 0?): Promise<ServerInfo>

Try to obtain a working connection from the connection provider.