Interface Decoder<T>

Type Parameters:
T - the type of the source objects that are decoded into text messages.
All Superinterfaces:
Function<T,TextMessage>
All Known Implementing Classes:
AbstractTextDecoder, TextDecoder

public interface Decoder<T> extends Function<T,TextMessage>
A Decoder IS-A Function that is decoding objects of Type <T> into TextMessages, mostly used as an adapter to some receiver-endpoint infrastructure.