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

com.iteaj.iot.client.mqtt.gateway.MqttGatewayProtocolHandle Maven / Gradle / Ivy

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

import com.iteaj.iot.client.ClientProtocolHandle;

public interface MqttGatewayProtocolHandle extends ClientProtocolHandle {

    @Override
    Object handle(MqttGatewayProtocol protocol);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy