Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class ConnectivityVerifier
import { ConnectivityVerifier } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/connectivity-verifier.ts";

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.