@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER})
@Bindable
@Inherited
public @interface Binding
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
connection |
java.lang.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 java.lang.String value
@AliasFor(annotation=RabbitConnection.class, member="connection") public abstract java.lang.String connection
RabbitConnection.connection()