Oracle® JDBC Java API Reference
19c

E96460-02
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

E96460-02

Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Copyright © 2008, 2019, Oracle and/or its affiliates. All rights reserved.