All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.iteaj.iot.client.mqtt.gateway.adapter.MqttGatewayByteHandle Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
package com.iteaj.iot.client.mqtt.gateway.adapter;

import com.iteaj.iot.Protocol;
import com.iteaj.iot.client.mqtt.gateway.MqttGatewayHandle;

/**
 * 直接发布二进制数据
 * @param 
 */
public interface MqttGatewayByteHandle extends MqttGatewayHandle {

    @Override
    byte[] handle(T protocol);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy