Interface PGNotificationListener


  • public interface PGNotificationListener
    PostgreSQL asynchronous notification listener
    • Method Detail

      • notification

        default void notification​(int processId,
                                  java.lang.String channelName,
                                  java.lang.String payload)
      • closed

        default void closed()