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

cn.chenzw.sms.core.Writer Maven / Gradle / Ivy

The newest version!
package cn.chenzw.sms.core;

import java.io.IOException;

/**
 * @author chenzw
 */
public interface Writer {
    void write(Message message) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy