connect(unixDomainSocketPath:)
Specify the unixDomainSocket
path to connect to for the UDS Channel
that will be established.
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.