Annotation Interface Argument
Represents an argument used when declaring queues etc within a
QueueBinding
.- Since:
- 1.6
- Author:
- Gary Russell
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
name
String nameReturn the argument name.- Returns:
- the argument name.
-
-
-
value
String valueThe argument value, an empty string is translated tonull
for example to represent a present header test for a headers exchange.- Returns:
- the argument value.
- Default:
- ""
-
type
String typeReturn the argument value.- Returns:
- the type of the argument value.
- Default:
- "java.lang.String"
-