JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field
|
Required |
Optional
Detail:
Field
|
Element
SEARCH
Package
io.micronaut.rabbitmq.annotation
Annotation Interface RabbitConnection
@Target
({
TYPE
,
METHOD
})
@Inherited
public @interface
RabbitConnection
Stores options surrounding a RabbitMQ connection.
Since:
1.1.0
Author:
James Kleeh
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
connection
String
executor
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
DEFAULT_CONNECTION
Field Details
DEFAULT_CONNECTION
static final
String
DEFAULT_CONNECTION
See Also:
Constant Field Values
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:
""