public interface PrivateChannelEventListener extends ChannelEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationFailure(java.lang.String message,
java.lang.Exception e)
Called when an attempt to authenticate a private channel fails.
|
onSubscriptionSucceededonEventvoid onAuthenticationFailure(java.lang.String message, java.lang.Exception e)
message - A description of the problem.e - An associated exception, if available.