T - the type of the source objects that are decoded into text messages.public interface Decoder<T> extends java.util.function.Function<T,TextMessage>
Decoder IS-A Function that is decoding objects of Type <T> into
TextMessages, mostly used as an adapter to some receiver-endpoint
infrastructure.