Package | Description |
---|---|
org.axonframework.eventhandling.amqp | |
org.axonframework.eventhandling.amqp.spring |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAMQPConsumerConfiguration
Implementation of the AMQPConsumerConfiguration that allows the Queue Name to be configured.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringAMQPConsumerConfiguration
AMQPConsumerConfiguration implementation that has additional support for all Spring-specific AMQP Configuration
properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ListenerContainerLifecycleManager.registerCluster(Cluster cluster,
AMQPConsumerConfiguration config,
AMQPMessageConverter messageConverter)
Registers the given
cluster , assigning it to a listener that listens to the given
queueName . |
static SpringAMQPConsumerConfiguration |
SpringAMQPConsumerConfiguration.wrap(AMQPConsumerConfiguration configuration)
Creates a SpringAMQPConsumerConfiguration instance from the given
configuration . |
Copyright © 2010-2014. All Rights Reserved.