Interface QueryProcessorConnection.AsynchronousErrorHandler
- Enclosing interface:
- QueryProcessorConnection
public static interface QueryProcessorConnection.AsynchronousErrorHandler
-
Method Summary
Modifier and Type Method Description void
onFatalError(String message, Throwable t)
void
onTableError(Throwable t)
Note: This is used for general "did something break" error reporting.
-
Method Details
-
onTableError
Note: This is used for general "did something break" error reporting. Subscribe to the table handle instead if you want to know *what* broke.- Parameters:
t
-
-
onFatalError
- Parameters:
message
-t
-
-