@Service(value="OnLineConsumer")
@Quartz(value="0 */5 * * * ?")
public class OnLineConsumer
extends bee.tool.timer.Task
implements bee.cloud.ri.mq.Consumer
| 构造器和说明 |
|---|
OnLineConsumer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
message(java.util.List<bee.cloud.ri.mq.MsgBody> bodys) |
void |
message(bee.cloud.ri.mq.MsgBody body) |
void |
refreshOnline()
广播更新在线人数
|