Oracle JDBC Java API Reference
19c Release 17 (19.17.0.0.0)
E50121-03
Package oracle.jdbc.aq

Interface AQNotificationListener

    • Method Detail

      • onAQNotification

        void onAQNotification​(AQNotificationEvent e)
        This method will be invoked whenever an AQ event occurs. Note that you can control which thread will invoke this method by specifying an executor when you register this listener. If the code inside this method is time/resource consuming, then it is recommended to use your own thread otherwise you may starve the other listeners.
Oracle JDBC Java API Reference
19c Release 17 (19.17.0.0.0)
E50121-03

Copyright © 2008, 2017, Oracle. All rights reserved.