Annotation Interface SuppressNotification


@Retention(RUNTIME) @Target(METHOD) @Documented public @interface SuppressNotification
Demarcate a flow during which notification via NotificationHandler should be suppressed for one or more message types.
Author:
Jeff Fischer
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The message types for which suppression should be enacted.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether or not entities managed by the ignored repository should have change details compiled at the time of edit.
  • Element Details

    • value

      String[] value
      The message types for which suppression should be enacted.
      Returns:
      The message types for which suppression should be enacted.
    • compileChangeDetails

      boolean compileChangeDetails
      Whether or not entities managed by the ignored repository should have change details compiled at the time of edit. True by default.
      Default:
      true