Package org.voltdb.client
Class Client2Notification
java.lang.Object
org.voltdb.client.Client2Notification
The
Client2Notification
class defines interfaces
for 'notifications' from the client API to the application code.
The application can optionally register to receive notifications
via a Client2Config
object, which is then used in creation
of a Client2
client.
Each notification declares a single accept
method, and offers a functional interface.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Notification of connection status change.static interface
Error logging interception.static interface
Notification of late response from server.static interface
Notification of approaching limit on pending requests. -
Method Summary