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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]