Class EncodingPayloadTransformer<T>

Type Parameters:
T - inbound payload type.
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, ExpressionCapable, NamedComponent, GenericTransformer<org.springframework.messaging.Message<?>,​org.springframework.messaging.Message<?>>, Transformer

public class EncodingPayloadTransformer<T>
extends AbstractPayloadTransformer<T,​byte[]>
AbstractPayloadTransformer that delegates to a codec to encode the payload into a byte[].
Since:
4.2