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

email.dispatcher.EmailDispatcher Maven / Gradle / Ivy

The newest version!
package email.dispatcher;

import java.io.Serializable;

public interface EmailDispatcher extends Serializable {

	public void send(Message message);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy