Class Client2Notification

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

public class Client2Notification extends Object
Interfaces for 'notifications' from the Client2 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.