Interface LiveViewMultiConnection

All Superinterfaces:
AutoCloseable, Closeable, LiveViewConnection

public interface LiveViewMultiConnection extends LiveViewConnection
Interface representing a connection to a pool of servers (retrieved via LiveViewConnectionFactory.getConnection(MultiConnectionConfig, boolean).) Note that while this is a LiveViewConnection, some operations of that interface will fail with an appropriate error code LiveViewExceptionType.NOT_SUPPORTED_IN_MULTISERVER.

For example (but not limited to), attempting to upload new AlertRules or acquiring TablePublishers will fail. Operations such as these should be performed directly against the intended target server using a normal LiveViewConnection.

Since:
2.0