Class Client2Notification

java.lang.Object
org.voltdb.client.Client2Notification

public class Client2Notification extends Object
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.