Class MultiPrimaryReplicaClient

java.lang.Object
org.mariadb.jdbc.client.MultiPrimaryClient
org.mariadb.jdbc.client.MultiPrimaryReplicaClient
All Implemented Interfaces:
AutoCloseable, Client

public class MultiPrimaryReplicaClient extends MultiPrimaryClient
Handling connection failing automatic reconnection transparently when possible for replication Topology.

remark: would have been better using proxy, but for AOT compilation, avoiding to using not supported proxy class.