Class MessageFormatter<D>

All Implemented Interfaces:
MessageReceiver<SimpleMessage<D>>

public class MessageFormatter<D> extends MessagePasser<SimpleMessage<D>>
Interprets the SimpleMessage.args values as arguments to string formatting and calls String.format(String,Object...). Propagates to its drain a message with the new text.