Interface LdapPromise<S>

Type Parameters:
S - The type of result returned by this promise.
All Superinterfaces:
Future<S>, org.forgerock.util.promise.Promise<S,LdapException>
All Known Implementing Classes:
BindResultLdapPromiseImpl, ExtendedResultLdapPromiseImpl, LdapPromiseImpl, ResultLdapPromiseImpl, SearchResultLdapPromiseImpl

public interface LdapPromise<S> extends org.forgerock.util.promise.Promise<S,LdapException>
A handle which can be used to retrieve the Result of an asynchronous Request.