Package org.frankframework.util
Class MessageKeeperMessage
java.lang.Object
org.frankframework.util.MessageKeeperMessage
A message for the MessageKeeper.
Although this could be an inner class of the MessageKeeper, it's made "standalone" to provide the use of iterators and enumerators with the MessageKeeper.
Although this could be an inner class of the MessageKeeper, it's made "standalone" to provide the use of iterators and enumerators with the MessageKeeper.
- Author:
- Johan Verrips IOS
-
Constructor Summary
ConstructorDescriptionMessageKeeperMessage
(String message, Instant date, MessageKeeper.MessageKeeperLevel level) Set the message-text and -date of this message.MessageKeeperMessage
(String message, MessageKeeper.MessageKeeperLevel level) Set the message-text of this message. -
Method Summary
-
Constructor Details
-
MessageKeeperMessage
Set the message-text of this message. The text will be xml-encoded. -
MessageKeeperMessage
Set the message-text and -date of this message. The text will be xml-encoded.
-
-
Method Details