public interface InternalChannel extends Channel, Comparable<InternalChannel>
Modifier and Type | Method and Description |
---|---|
ChannelEventListener |
getEventListener() |
void |
onMessage(String event,
String message) |
void |
setEventListener(ChannelEventListener listener) |
String |
toSubscribeMessage() |
String |
toUnsubscribeMessage() |
void |
updateState(ChannelState state) |
bind, getName, isSubscribed, unbind
compareTo
String toSubscribeMessage()
String toUnsubscribeMessage()
void updateState(ChannelState state)
void setEventListener(ChannelEventListener listener)
ChannelEventListener getEventListener()
Copyright © 2017 Pusher. All rights reserved.