connect(unixDomainSocketPath:)

Specify the unixDomainSocket path to connect to for the UDS Channel that will be established.

UniversalBootstrapSupport.swift:251
func connect(unixDomainSocketPath: String) -> EventLoopFuture<Channel>

Parameters

unixDomainSocketPath

The Unix domain socket path to connect to.

Returns

An EventLoopFuture<Channel> to deliver the Channel when connected.