Annotation Interface RabbitConnection


@Target({TYPE,METHOD}) @Inherited public @interface RabbitConnection
Stores options surrounding a RabbitMQ connection.
Since:
1.1.0
Author:
James Kleeh
  • Field Details

  • Element Details

    • connection

      String connection
      Returns:
      The connection to use
      Default:
      "default"
    • executor

      String executor
      Returns:
      The executor service bean name qualifier to handle the consumer method execution.
      Default:
      ""