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

fr.sii.ogham.sms.builder.cloudhopper.SmppSessionHandlerSupplier Maven / Gradle / Ivy

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