org.jsmpp.util.MessageIDGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsmpp Show documentation
Show all versions of jsmpp Show documentation
The Java implementation of SMPP protocol (currently supports SMPP v 3.4)
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 - 2025 Weber Informatics LLC | Privacy Policy