Class ClaimCheckInTransformer

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, InitializingBean, ApplicationContextAware, ComponentSourceAware, 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
  • Constructor Details

    • ClaimCheckInTransformer

      public ClaimCheckInTransformer(MessageStore messageStore)
      Create a claim check-in transformer that will delegate to the provided MessageStore.
      Parameters:
      messageStore - The message store.
  • Method Details