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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configureModule(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, wait

    Methods 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:
      configureModule in interface com.foreach.across.core.context.bootstrap.AcrossBootstrapConfigurer