Class MessageFactory
java.lang.Object
com.codeheadsystems.queue.factory.MessageFactory
The type Message factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMessage(String messageType, String payload) Create message message.
-
Constructor Details
-
MessageFactory
Instantiates a new Message factory.- Parameters:
clock- the clock
-
-
Method Details
-
createMessage
Create message message.- Parameters:
messageType- the message typepayload- the payload- Returns:
- the message
-