Package org.openwms.common.app
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 Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) org.springframework.amqp.core.TopicExchange
lgExchange
(String exchangeName)
-
Constructor Details
-
CommonAsyncConfiguration
CommonAsyncConfiguration()
-
-
Method Details
-
lgExchange
@RefreshScope @Bean org.springframework.amqp.core.TopicExchange lgExchange(@Value("${owms.events.common.lg.exchange-name}") String exchangeName)
-