类 PubRecResponse
- java.lang.Object
-
- cool.taomu.framework.service.mqtt.broker.impl.response.PubRecResponse
-
- 所有已实现的接口:
IResponse<PubRecEntity>
public class PubRecResponse extends java.lang.Object implements IResponse<PubRecEntity>
-
-
构造器概要
构造器 构造器 说明 PubRecResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 io.netty.handler.codec.mqtt.MqttMessageresponse(PubRecEntity entity)
-
-
-
方法详细资料
-
response
public io.netty.handler.codec.mqtt.MqttMessage response(PubRecEntity entity)
- 指定者:
response在接口中IResponse<PubRecEntity>
-
-