Interface QueryProcessorConnection.AsynchronousErrorHandler
- Enclosing interface:
- QueryProcessorConnection
public static interface QueryProcessorConnection.AsynchronousErrorHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFatalError
(String message, Throwable t) void
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
-
-