fr.sii.ogham.sms.builder.cloudhopper.SmppSessionHandlerSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ogham-sms-cloudhopper Show documentation
Show all versions of ogham-sms-cloudhopper Show documentation
SMS implementation for Ogham that uses Cloudhopper SMPP library
The newest version!
package fr.sii.ogham.sms.builder.cloudhopper;
import com.cloudhopper.smpp.SmppSessionHandler;
/**
* A functional interface to provide an instance of a {@link SmppSessionHandler}.
*
* @author Aurélien Baudet
*/
public interface SmppSessionHandlerSupplier {
/**
* Get an instance of a {@link SmppSessionHandler}.
*
* @return the {@link SmppSessionHandler} instance
*/
SmppSessionHandler get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy