Class CommonAsyncConfiguration

java.lang.Object
org.openwms.common.app.CommonAsyncConfiguration

@Profile("ASYNCHRONOUS") @Configuration @RefreshScope @EnableRabbit class CommonAsyncConfiguration extends Object
A CommonAsyncConfiguration contains the microservice' asynchronous configuration that is activated on Spring Profile SpringProfiles.ASYNCHRONOUS_PROFILE.
Author:
Heiko Scherrer
  • Constructor Details

    • CommonAsyncConfiguration

      CommonAsyncConfiguration()
  • Method Details

    • lgExchange

      @RefreshScope @Bean org.springframework.amqp.core.TopicExchange lgExchange(@Value("${owms.events.common.lg.exchange-name}") String exchangeName)