Skip to content
PACKAGES

authenticatedOutboundCustomerHostedTransport()

Agent-initiated WSS adapter. URL, proxy, TLS and client-key material remain inside the factory.

import { authenticatedOutboundCustomerHostedTransport } from "@graphrefly/ts/executors/customer-hosted-postgresql";
function authenticatedOutboundCustomerHostedTransport(
factory: CustomerHostedPostgresqlOutboundWssFactory,
trust: CustomerHostedPostgresqlTrustVerifier,
serverRevision: string,
): CustomerHostedPostgresqlTransportDriver
ParameterTypeDescription
factoryCustomerHostedPostgresqlOutboundWssFactoryMissing @param factory JSDoc.
trustCustomerHostedPostgresqlTrustVerifierMissing @param trust JSDoc.
serverRevisionstringMissing @param serverRevision JSDoc.

CustomerHostedPostgresqlTransportDriver

This page was generated from source JSDoc, but the structured API tags are incomplete:

  • Missing @returns.
  • Missing @param factory.
  • Missing @param trust.
  • Missing @param serverRevision.
  • Missing @category.
  • Missing @example.

packages/ts/src/executors/customer-hosted-postgresql.ts