Package | Description |
---|---|
org.axonframework.eventhandling.amqp.spring |
Modifier and Type | Method and Description |
---|---|
static SpringAMQPConsumerConfiguration |
SpringAMQPConsumerConfiguration.wrap(AMQPConsumerConfiguration configuration)
Creates a SpringAMQPConsumerConfiguration instance from the given
configuration . |
Modifier and Type | Method and Description |
---|---|
org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer |
ListenerContainerFactory.createContainer(SpringAMQPConsumerConfiguration config)
Creates a new SimpleMessageListenerContainer, initialized with the properties set on this factory.
|
void |
ListenerContainerLifecycleManager.setDefaultConfiguration(SpringAMQPConsumerConfiguration defaultConfiguration)
Sets the configuration with the entries to use as defaults in case a registered cluster does not provide
explicit values.
|
void |
SpringAMQPConsumerConfiguration.setDefaults(SpringAMQPConsumerConfiguration defaults)
Sets the defaults to use when this instance does not explicitly provide a configuration value.
|
Copyright © 2010-2014. All Rights Reserved.