You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "Croway (via GitHub)" <gi...@apache.org> on 2023/02/03 11:59:06 UTC

[GitHub] [camel] Croway commented on a diff in pull request #9294: CAMEL-19005: Upgrade to 6.3.1

Croway commented on code in PR #9294:
URL: https://github.com/apache/camel/pull/9294#discussion_r1095723436


##########
components/camel-pubnub/src/main/java/org/apache/camel/component/pubnub/PubNubConsumer.java:
##########
@@ -131,6 +138,41 @@ public void presence(PubNub pubnub, PNPresenceEventResult presence) {
             }
         }
 
+        @Override
+        public void signal(@NotNull PubNub pubnub, @NotNull PNSignalResult pnSignalResult) {
+            System.out.println("A");

Review Comment:
   ops!, not really :) anyway tests that are present in pubnub do not use these features



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org