Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Last active May 13, 2020 11:59
Show Gist options
  • Select an option

  • Save Ikhiloya/dd31212973d906048425ee96862b5b67 to your computer and use it in GitHub Desktop.

Select an option

Save Ikhiloya/dd31212973d906048425ee96862b5b67 to your computer and use it in GitHub Desktop.
An interface that hols the different methods for sending emails
public interface MailStrategy {
@Async
void sendActivationEmail(User user);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment