Annotation Type ForJms


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

    Optional Elements
    Modifier and Type Optional Element Description
    InvocationModel invocation  
    InstanceScope scope
    Invocation instance resolution instruction.
    java.lang.String value
    Regular expression to match Message.getJMSType().
  • Element Details

    • value

      java.lang.String value
      Regular expression to match Message.getJMSType().
      Default:
      ""
    • scope

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

      InvocationModel invocation
      Default:
      DEFAULT