Package me.ehp246.aufjms.api.annotation
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[]valueCase-sensitive matching ofMessage.getJMSType(). -
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description InvocationModelinvocationInstanceScopescopeInvocation instance resolution instruction.
-
Element Details
-
value
java.lang.String[] valueCase-sensitive matching ofMessage.getJMSType().
-
-
-
scope
InstanceScope scopeInvocation instance resolution instruction.- Returns:
- Default:
- MESSAGE
-
invocation
InvocationModel invocation- Default:
- DEFAULT
-