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

it.wldt.adapter.mqtt.physical.topic.outgoing.MqttPublishFunction Maven / Gradle / Ivy

The newest version!
package it.wldt.adapter.mqtt.physical.topic.outgoing;

import it.wldt.adapter.physical.event.PhysicalAssetActionWldtEvent;

import java.util.function.Function;

/**
 * Represents a function for publishing MQTT messages in the context of a Digital Twin.
 * This interface extends the Java Function interface, specifying the input type as
 * PhysicalAssetActionWldtEvent and the output type as String.
 *
 * @author Marco Picone, Ph.D. - [email protected], Marta Spadoni University of Bologna
 */
public interface MqttPublishFunction extends Function, String> {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy