T - the target type of the encoderpublic interface Encoder<T> extends java.util.function.Function<Message<java.lang.String>,T>
Encoder IS-A Function that is encoding a text message into some target type,
mostly used as an adapter to some sender-endpoint infrastructure.