Package io.micronaut.rabbitmq.annotation
Annotation Type Binding
-
@Documented @Retention(RUNTIME) @Target({METHOD,PARAMETER}) @Bindable @Inherited public @interface BindingUsed to specify which binding (routing key) messages should be sent to. Can be applied to a parameter for a dynamic value per execution.- Since:
- 1.1.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringconnectionjava.lang.StringvalueShould always be supplied when the annotation is applied to a method.
-
-
-
-
connection
@AliasFor(annotation=RabbitConnection.class, member="connection") java.lang.String connection
- Returns:
- The connection to use
- See Also:
RabbitConnection.connection()
- Default:
- ""
-
-