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