com.iteaj.iot.client.ClientFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iot-client Show documentation
Show all versions of iot-client Show documentation
基于netty的tcp, http, udp等协议的客户端
The newest version!
package com.iteaj.iot.client;
import com.iteaj.iot.config.ConnectProperties;
/**
* 创建客户端
*/
public interface ClientFactory {
IotClient createNewClient(ConnectProperties config);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy