Class ContextJdbcEventListenerFactory
java.lang.Object
com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.ContextJdbcEventListenerFactory
- All Implemented Interfaces:
com.p6spy.engine.spy.JdbcEventListenerFactory
public class ContextJdbcEventListenerFactory
extends Object
implements com.p6spy.engine.spy.JdbcEventListenerFactory
Factory to support all defined
JdbcEventListener in the context.- Since:
- 1.3.0
-
Method Summary
Modifier and TypeMethodDescriptioncom.p6spy.engine.event.JdbcEventListener
-
Method Details
-
createJdbcEventListener
public com.p6spy.engine.event.JdbcEventListener createJdbcEventListener()- Specified by:
createJdbcEventListenerin interfacecom.p6spy.engine.spy.JdbcEventListenerFactory
-