Interface SmsClientFactory
- All Known Implementing Classes:
SmsClientFactoryImpl
public interface SmsClientFactory
Factory class which returns the SmsClient implementation of the provider which is set in the application.properties
file with the key "smsgateway.provider".
-
Method Summary
-
Method Details
-
getSmsClient
SmsClient getSmsClient()
-