Translate a given message to an appropriate format to message processing
This method should return a object
instance with two keys: content
and metadata
.
The content
should contain the translated message and, metadata
a
object with translation metadata or an empty json
object.
AbstractMessageTranslator
Message to be translated
Additional arguments to be used by the translator
AbstractMessageTranslator class
Description
Abstract class to be extended by message translators
Example