Package com.qfs.snl.messages
Interface IMessageBuilder.IWithSender
- Enclosing interface:
IMessageBuilder
public static interface IMessageBuilder.IWithSender
Builder of messages with configured sender.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptionSets the recipients of the message.to
(Collection<String> recipients) Sets the recipients of the message.
-
Method Details
-
to
Sets the recipients of the message.- Parameters:
recipients
- list of recipients- Returns:
- an instance ready to build the message
-
to
Sets the recipients of the message.- Parameters:
recipients
- list of recipients- Returns:
- an instance ready to build the message
-