com.payu.notification.client.model.SmsNotificationPattern Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ms-notification-client Show documentation
Show all versions of ms-notification-client Show documentation
Module client du micro service notification
The newest version!
package com.payu.notification.client.model;
import com.payu.notification.client.model.request.SmsRequest;
import com.payu.notification.client.model.response.SmsResponse;
public interface SmsNotificationPattern {
public SmsResponse sendSms(SmsRequest smsRequest);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy