Annotation Type ForJmsType


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

    Required Elements
    Modifier and Type Required Element Description
    java.lang.String[] value
    Case-sensitive matching of Message.getJMSType().
  • Optional Element Summary

    Optional Elements
    Modifier and Type Optional Element Description
    InvocationModel invocation  
    InstanceScope scope
    Invocation instance resolution instruction.
  • Element Details

    • value

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

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

      InvocationModel invocation
      Default:
      DEFAULT