Module lettuce.core

Interface ConnectionFuture<T>

All Superinterfaces:
CompletionStage<T>, Future<T>

public interface ConnectionFuture<T>
extends CompletionStage<T>, Future<T>
A ConnectionFuture represents the result of an asynchronous connection initialization. The future provides a StatefulConnection on successful completion. It also provides the remote SocketAddress.
Since:
4.4