Class ProxyConnectionFactoryProvider

java.lang.Object
io.r2dbc.proxy.ProxyConnectionFactoryProvider
All Implemented Interfaces:
ConnectionFactoryProvider

public class ProxyConnectionFactoryProvider extends Object implements ConnectionFactoryProvider
An implementation of ConnectionFactoryProvider for creating proxy ConnectionFactory.

This provider takes proxyListener parameter and its value can be:

  • Fully qualified proxy listener class name
  • Proxy listener Class
  • Proxy listener instance
  • Collection of above
Author:
Tadaya Tsuyukubo