Class ClaimCheckInTransformer

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, InitializingBean, ApplicationContextAware, ExpressionCapable, GenericTransformer<Message<?>,Message<?>>, IntegrationPattern, NamedComponent, Transformer

public class ClaimCheckInTransformer extends AbstractTransformer implements IntegrationPattern
Transformer that stores a Message and returns a new Message whose payload is the id of the stored Message.
Since:
2.0
Author:
Mark Fisher, Artem Bilan