@Target(value={})
@Retention(value=RUNTIME)
public @interface QueueBinding
@RabbitListener
.Modifier and Type | Required Element and Description |
---|---|
Exchange |
exchange |
Queue |
value |
Modifier and Type | Optional Element and Description |
---|---|
Argument[] |
arguments |
java.lang.String |
ignoreDeclarationExceptions |
java.lang.String[] |
key |
public abstract Queue value
public abstract Exchange exchange
public abstract java.lang.String[] key
public abstract java.lang.String ignoreDeclarationExceptions
public abstract Argument[] arguments