Package me.ehp246.aufjms.api.annotation
Annotation Type ForJms
@Retention(RUNTIME)
@Target(TYPE)
public @interface ForJms
- Author:
- Lei Yang
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description InvocationModelinvocationInstanceScopescopeInvocation instance resolution instruction.java.lang.StringvalueRegular expression to matchMessage.getJMSType().
-
Element Details
-
value
java.lang.String valueRegular expression to matchMessage.getJMSType().- Default:
- ""
-
scope
InstanceScope scopeInvocation instance resolution instruction.- Returns:
- Default:
- MESSAGE
-
invocation
InvocationModel invocation- Default:
- DEFAULT
-