Interface QueryProcessorConnection.AsyncQueryResultHandler<RETURN_TYPE>
- Enclosing interface:
- QueryProcessorConnection
public static interface QueryProcessorConnection.AsyncQueryResultHandler<RETURN_TYPE>
-
Method Summary
Modifier and Type Method Description default void
canceled(QueryCancellationException e)
default void
canceled(String message)
void
done(RETURN_TYPE ans)
void
exception(Exception e)