Annotation Type 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.
  • Element Details

    • value

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