Class ProxyConnectionFactory.Builder

java.lang.Object
io.r2dbc.proxy.ProxyConnectionFactory.Builder
Enclosing class:
ProxyConnectionFactory

public static final class ProxyConnectionFactory.Builder extends Object
Builder to create a proxy ConnectionFactory. The returned ConnectionFactory is a proxy. Registered listeners and configuration will be used throughout the operations of the proxy. This class is not threadsafe.
Author:
Tadaya Tsuyukubo