Uses of Interface
org.axonframework.eventhandling.amqp.AMQPConsumerConfiguration

Packages that use AMQPConsumerConfiguration
org.axonframework.eventhandling.amqp   
org.axonframework.eventhandling.amqp.spring   
 

Uses of AMQPConsumerConfiguration in org.axonframework.eventhandling.amqp
 

Classes in org.axonframework.eventhandling.amqp that implement AMQPConsumerConfiguration
 class DefaultAMQPConsumerConfiguration
          Implementation of the AMQPConsumerConfiguration that allows the Queue Name to be configured.
 

Uses of AMQPConsumerConfiguration in org.axonframework.eventhandling.amqp.spring
 

Classes in org.axonframework.eventhandling.amqp.spring that implement AMQPConsumerConfiguration
 class SpringAMQPConsumerConfiguration
          AMQPConsumerConfiguration implementation that has additional support for all Spring-specific AMQP Configuration properties.
 

Methods in org.axonframework.eventhandling.amqp.spring with parameters of type AMQPConsumerConfiguration
 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-2016. All Rights Reserved.