Interface MessageTransformer<FromT,ToT> (1.16.5)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterfaceMessageTransformer<FromT,ToT>
A MessageTransformer details how to transform a message of one type to another. It is likely that
either FromT or ToT will be a Message on publish and SequencedMessage on subscribe.