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

org.jsmpp.util.MessageIDGenerator Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package org.jsmpp.util;



/**
 * Is the message_id generator.
 * 
 * @author uudashr
 * @version 1.0
 * @since 1.0
 *
 */
public interface MessageIDGenerator {
	
	/**
	 * Generate message-id, max 65 C-Octet String.
	 * @return the generated message id.
	 */
	MessageId newMessageId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy