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