Module org.neo4j.driver
Interface ChannelConnector
- All Known Implementing Classes:
ChannelConnectorImpl
public interface ChannelConnector
-
Method Summary
-
Method Details
-
connect
io.netty.channel.ChannelFuture connect(org.neo4j.driver.internal.BoltServerAddress address, io.netty.bootstrap.Bootstrap bootstrap, Function<io.netty.channel.ChannelFuture, io.netty.channel.ChannelFuture> channelFutureExtensionMapper)
-