Uses of Interface
org.teiid.client.util.ResultsFuture.CompletionListener
-
Packages that use ResultsFuture.CompletionListener Package Description org.teiid.client.util org.teiid.jdbc -
-
Uses of ResultsFuture.CompletionListener in org.teiid.client.util
Methods in org.teiid.client.util with parameters of type ResultsFuture.CompletionListener Modifier and Type Method Description void
ResultsFuture. addCompletionListener(ResultsFuture.CompletionListener<T> listener)
-
Uses of ResultsFuture.CompletionListener in org.teiid.jdbc
Classes in org.teiid.jdbc that implement ResultsFuture.CompletionListener Modifier and Type Class Description class
NonBlockingRowProcessor
Handles the future processing logic and makes the appropriate calls to the callback
-