Module org.jooq
Package org.jooq.impl

Class DefaultDiagnosticsListener

java.lang.Object
org.jooq.impl.DefaultDiagnosticsListener
All Implemented Interfaces:
DiagnosticsListener

@Deprecated public class DefaultDiagnosticsListener extends Object implements DiagnosticsListener
Deprecated.
- 3.17.0 - [#13542] - This class is no longer needed. Implement the DiagnosticsListener SPI directly, instead.
A publicly available default implementation of DiagnosticsListener.

Use this to stay compatible with future API changes (i.e. added methods to DiagnosticsListener)

Author:
Lukas Eder
  • Constructor Details

    • DefaultDiagnosticsListener

      public DefaultDiagnosticsListener()
      Deprecated.