Class AcrossRabbitMQConfiguration
java.lang.Object
com.foreach.across.autoconfigure.rabbitmq.AcrossRabbitMQConfiguration
- All Implemented Interfaces:
com.foreach.across.core.context.bootstrap.AcrossBootstrapConfigurer
@Configuration
public class AcrossRabbitMQConfiguration
extends Object
implements com.foreach.across.core.context.bootstrap.AcrossBootstrapConfigurer
Ensures that a RabbitListenerEndpointRegistry is present and that
RabbitListener annotations are picked up.
Exposes all RabbitListenerConfigurers from the bootstrapped modules
to configure the default RabbitListenerContainerFactory.
- Since:
- 3.0.0
- Author:
- Steven Gentens
- See Also:
-
RabbitBootstrapConfiguration
-
Field Summary
Fields inherited from interface com.foreach.across.core.context.bootstrap.AcrossBootstrapConfigurer
CONTEXT_INFRASTRUCTURE_MODULE, CONTEXT_POSTPROCESSOR_MODULE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureModule(com.foreach.across.core.context.bootstrap.ModuleBootstrapConfig moduleConfiguration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.foreach.across.core.context.bootstrap.AcrossBootstrapConfigurer
configureContext
-
Constructor Details
-
AcrossRabbitMQConfiguration
public AcrossRabbitMQConfiguration()
-
-
Method Details
-
configureModule
public void configureModule(com.foreach.across.core.context.bootstrap.ModuleBootstrapConfig moduleConfiguration) - Specified by:
configureModulein interfacecom.foreach.across.core.context.bootstrap.AcrossBootstrapConfigurer
-