Interface HeaderValueMessageProcessor<T>

Type Parameters:
T - the payload type.
All Superinterfaces:
MessageProcessor<T>
All Known Implementing Classes:
AbstractHeaderValueMessageProcessor, ExpressionEvaluatingHeaderValueMessageProcessor, MessageProcessingHeaderValueMessageProcessor, RoutingSlipHeaderValueMessageProcessor, StaticHeaderValueMessageProcessor, XPathExpressionEvaluatingHeaderValueMessageProcessor

public interface HeaderValueMessageProcessor<T> extends MessageProcessor<T>
Since:
3.0
Author:
Mark Fisher, Artem Bilan
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Boolean
    Return the overwrite flag.

    Methods inherited from interface org.springframework.integration.handler.MessageProcessor

    processMessage
  • Method Details

    • isOverwrite

      @Nullable Boolean isOverwrite()
      Return the overwrite flag. If null, the default overwrite flag is used from the enricher.
      Returns:
      the overwrite flag