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