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

hex.steam.SteamMessageSender Maven / Gradle / Ivy

The newest version!
package hex.steam;

import java.io.IOException;
import java.util.Map;

/**
 * Send messages from H2O to Steam
 */
public interface SteamMessageSender {

    /**
     * Delivers message to Steam
     * 
     * @param message message to be sent
     * @throws IOException when sending of the message fails for some reason
     */
    void sendMessage(Map message) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy