authenticatedOutboundCustomerHostedTransport()
Agent-initiated WSS adapter. URL, proxy, TLS and client-key material remain inside the factory.
Import
Section titled “Import”import { authenticatedOutboundCustomerHostedTransport } from "@graphrefly/ts/executors/customer-hosted-postgresql";Signature
Section titled “Signature”function authenticatedOutboundCustomerHostedTransport( factory: CustomerHostedPostgresqlOutboundWssFactory, trust: CustomerHostedPostgresqlTrustVerifier, serverRevision: string,): CustomerHostedPostgresqlTransportDriverParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
factory | CustomerHostedPostgresqlOutboundWssFactory | Missing @param factory JSDoc. |
trust | CustomerHostedPostgresqlTrustVerifier | Missing @param trust JSDoc. |
serverRevision | string | Missing @param serverRevision JSDoc. |
Returns
Section titled “Returns”CustomerHostedPostgresqlTransportDriver
Documentation Status
Section titled “Documentation Status”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.
Source
Section titled “Source”packages/ts/src/executors/customer-hosted-postgresql.ts