public class EmailSender extends MultiImplementationSender<Email>
MultiImplementationSender
for managing emails using
several implementations.Constructor and Description |
---|
EmailSender() |
EmailSender(Condition<Message> condition,
MessageSender implementation) |
EmailSender(Map<Condition<Message>,MessageSender> implementations) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
addImplementation, getImplementations, getSender, send, supports
public EmailSender()
public EmailSender(Condition<Message> condition, MessageSender implementation)
public EmailSender(Map<Condition<Message>,MessageSender> implementations)
Copyright © 2017. All rights reserved.