Annotation Interface EnableMessageHistory


Enables MessageHistory for Spring Integration components.
Since:
4.0
Author:
Artem Bilan
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The list of component name patterns to track (e.g.
  • Element Details

    • value

      String[] value
      The list of component name patterns to track (e.g. "inputChannel", "out*", "*Channel", "*Service"). By default all Spring Integration components are tracked.
      Returns:
      the list of component name patterns to track
      Default:
      {"*"}