Package com.illumon.iris.db.v2.utils
Class AsyncClientErrorNotifier
java.lang.Object
com.illumon.iris.db.v2.utils.AsyncClientErrorNotifier
public class AsyncClientErrorNotifier extends Object
When we get an error from a table in the listener tree, we want to send an appropriate command to the clients
indicating that something has gone wrong with the table.
-
Constructor Summary
Constructors Constructor Description AsyncClientErrorNotifier()
-
Method Summary
Modifier and Type Method Description static void
reportError(Throwable t)
static UpdateErrorReporter
setReporter(UpdateErrorReporter reporter)
-
Constructor Details
-
AsyncClientErrorNotifier
public AsyncClientErrorNotifier()
-
-
Method Details
-
setReporter
-
reportError
- Throws:
IOException
-