Skip to content

Commit

Permalink
event
Browse files Browse the repository at this point in the history
  • Loading branch information
luxurong committed Oct 23, 2021
1 parent 7860497 commit 75adb13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

/**
* @author luxurong
* @date 2021/10/19 21:39
*/
public enum Event {

Expand Down Expand Up @@ -82,6 +81,7 @@ public ByteBuf writeBody(MqttChannel mqttChannel, Object body) {
*
* @param mqttChannel {@link MqttChannel }
* @param body {@link Object }
* @return ByteBuf
*/
public abstract ByteBuf writeBody(MqttChannel mqttChannel, Object body);

Expand Down

0 comments on commit 75adb13

Please sign in to comment.