public class Event extends Object implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
String |
channel() |
Event |
channel(String channel) |
String |
content() |
String |
key() |
Event |
key(String key) |
int |
qos() |
Event |
qos(int qos) |
boolean |
retained() |
Event |
retained(boolean retained) |
Date |
scheduled() |
Event |
scheduled(Date scheduled) |
String |
tags() |
Event |
tags(String tags) |
int |
times() |
Event |
times(int times) |
String |
topic() |
public String topic()
public String content()
public String key()
public String tags()
public Date scheduled()
public int times()
public Event times(int times)
public int qos()
public Event qos(int qos)
public boolean retained()
public Event retained(boolean retained)
public String channel()
Copyright © 2021. All rights reserved.