Interface Encoder<T>

Type Parameters:
T - the target type of the encoder
All Superinterfaces:
Function<Message<String>,T>
All Known Implementing Classes:
TextEncoder

public interface Encoder<T> extends Function<Message<String>,T>
An Encoder IS-A Function that is encoding a text message into some target type, mostly used as an adapter to some sender-endpoint infrastructure.