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

org.jetlinks.plugin.internal.device.PluginDeviceGatewayService Maven / Gradle / Ivy

The newest version!
package org.jetlinks.plugin.internal.device;

import org.jetlinks.core.message.DeviceMessage;
import reactor.core.publisher.Mono;

public interface PluginDeviceGatewayService {


    Mono handleMessage(DeviceGatewayPlugin plugin,
                             DeviceMessage message);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy