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

io._57blocks.sms.SmsService Maven / Gradle / Ivy

Go to download

sms-spring-boot provide a convenient approach to integrate sms service by pre-defined configuration. It supports templating with resource bundle.

There is a newer version: 0.1.2
Show newest version
package io._57blocks.sms;

import java.util.Locale;

public interface SmsService {

  Object send(String from, String to, String template, Locale locale, Object[] args);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy