@Documented @Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER}) @Bindable public @interface Binding
Modifier and Type | Optional Element and Description |
---|---|
String |
connection |
String |
value
Should always be supplied when the annotation is applied to a method.
|
@AliasFor(annotation=io.micronaut.messaging.annotation.MessageMapping.class, member="value") public abstract String value
@AliasFor(annotation=RabbitConnection.class, member="connection") public abstract String connection
RabbitConnection.connection()