We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98413e commit e311d55Copy full SHA for e311d55
src/main/java/com/pusher/client/channel/PrivateEncryptedChannelEventListener.java
@@ -2,7 +2,9 @@
2
3
/**
4
* Interface to listen to private encrypted channel events.
5
- * Note: This needs to extend the PrivateChannelEventListener because of the ChannelManager clearDownSubscription
+ * Note: This needs to extend the PrivateChannelEventListener because in the
6
+ * ChannelManager handleAuthenticationFailure we assume it's safe to cast to a
7
+ * PrivateChannelEventListener
8
*/
9
public interface PrivateEncryptedChannelEventListener extends PrivateChannelEventListener {
10
0 commit comments