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

org.cloudfoundry.identity.uaa.message.MessageService Maven / Gradle / Ivy

package org.cloudfoundry.identity.uaa.message;

public interface MessageService {

    void sendMessage(String email, MessageType messageType, String subject, String htmlContent);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy