Annotation Interface ForJmsType


@Retention(RUNTIME) @Target(TYPE) public @interface ForJmsType
Author:
Lei Yang
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Case-sensitive matching of Message.getJMSType().
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    Invocation instance resolution instruction.
  • Element Details

    • value

      String[] value
      Case-sensitive matching of Message.getJMSType().
    • scope

      Invocation instance resolution instruction.
      Returns:
      Default:
      MESSAGE
    • invocation

      InvocationModel invocation
      Default:
      DEFAULT