public class ChatService.ChannelPublisher
extends java.lang.Object
implements java.lang.Runnable, org.atmosphere.cpr.BroadcasterLifeCyclePolicyListener
| Constructor and Description |
|---|
ChannelPublisher(org.atmosphere.cpr.Broadcaster broadcaster,
java.lang.String channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
onDestroy() |
void |
onEmpty() |
void |
onIdle() |
void |
run() |
public ChannelPublisher(org.atmosphere.cpr.Broadcaster broadcaster,
java.lang.String channel)
public void run()
run in interface java.lang.Runnablepublic void onEmpty()
onEmpty in interface org.atmosphere.cpr.BroadcasterLifeCyclePolicyListenerpublic void onIdle()
onIdle in interface org.atmosphere.cpr.BroadcasterLifeCyclePolicyListenerpublic void onDestroy()
onDestroy in interface org.atmosphere.cpr.BroadcasterLifeCyclePolicyListenerCopyright © 2021. All Rights Reserved.