Annotation Type EnableMessageHistory


@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(MessageHistoryRegistrar.class)
public @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
    String[] value
    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:
      {"*"}