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

org.bidib.wizard.api.model.connection.GatewayConnection Maven / Gradle / Ivy

The newest version!
package org.bidib.wizard.api.model.connection;

import org.bidib.jbidibc.messages.message.BidibMessageInterface;
import org.bidib.wizard.api.model.NodeInterface;

public interface GatewayConnection {

    /**
     * Publish the gateway response.
     * 
     * @param node
     *            the node to send the response
     * @param gatewayResponse
     *            the gateway response
     */
    void publishBidibMessage(final NodeInterface node, final BidibMessageInterface gatewayResponse);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy