Package io.micronaut.rabbitmq.annotation
Annotation Type RabbitClient
-
@Documented @Retention(RUNTIME) @Target(TYPE) @Scope @Introduction @Type(RabbitMQIntroductionAdvice.class) @Recoverable @Singleton @Inherited public @interface RabbitClient
An introduction advice that automatically implements interfaces and abstract classes and publishes RabbitMQ messages.- Since:
- 1.1.0
- See Also:
RabbitMQIntroductionAdvice
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringconnectionjava.lang.Stringvalue
-
-
-
-
connection
@AliasFor(annotation=RabbitConnection.class, member="connection") java.lang.String connection
- Returns:
- The connection to use
- See Also:
RabbitConnection.connection()
- Default:
- ""
-
-