@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Scope @Introduction @Type(value=RabbitMQIntroductionAdvice.class) @Recoverable @Singleton @Inherited public @interface RabbitClient
RabbitMQIntroductionAdvice
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
connection |
java.lang.String |
value |
public abstract java.lang.String value
@AliasFor(annotation=RabbitConnection.class, member="connection") public abstract java.lang.String connection
RabbitConnection.connection()