Class FakeEmailSender
- java.lang.Object
-
- dev.soffa.foundation.mail.adapter.FakeEmailSender
-
- All Implemented Interfaces:
EmailSender
public class FakeEmailSender extends java.lang.Object implements EmailSender
-
-
Constructor Summary
Constructors Constructor Description FakeEmailSender()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static intgetCounter()EmailAcksend(Email message)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.soffa.foundation.mail.EmailSender
send
-
-
-
-
Method Detail
-
getCounter
public static int getCounter()
-
send
public EmailAck send(Email message)
- Specified by:
sendin interfaceEmailSender
-
-