Annotation Type Exchange
-
@Target({}) @Retention(RUNTIME) public @interface ExchangeAn exchange to which to bind aRabbitListenerqueue.- Since:
- 1.5
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]adminsReturn a list of admin bean names that should declare this component.Argument[]argumentsjava.lang.StringautoDeletejava.lang.Stringdeclarejava.lang.Stringdelayedjava.lang.Stringdurablejava.lang.StringignoreDeclarationExceptionsjava.lang.Stringinternaljava.lang.Stringnamejava.lang.StringtypeThe exchange type, including custom.java.lang.Stringvalue
-
-
-
-
arguments
Argument[] arguments
- Returns:
- the arguments to apply when declaring this exchange.
- Since:
- 1.6
- Default:
- {}
-
-