Package com.qfs.snl.messages
Interface IMessageBuilder
- All Known Implementing Classes:
BasicMessageBuilder
public interface IMessageBuilder
Interface of a builder to create fluently messages.
- Author:
- ActiveViam
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder with enough information to build the message.static interface
Builder of messages with configured sender.static interface
Builder of messages with configured title. -
Method Summary
Modifier and TypeMethodDescriptionSets the title of the message.
-
Method Details
-
withTitle
Sets the title of the message.- Parameters:
title
- the title- Returns:
- a builder with title
-