Interface LiveViewConnection

All Superinterfaces:
AutoCloseable, Closeable
All Known Subinterfaces:
LiveViewMultiConnection

public interface LiveViewConnection extends Closeable
A client connection to a LiveView server. Using the connection a client can list the tables on the server and register queries. Methods of the LiveViewConnection are not guaranteed to be thread safe. Unexpected results may occur if multiple threads call methods concurrently on a LiveViewConnection.