Class NamastackOutboxMulticasterDisabler
java.lang.Object
org.springframework.modulith.events.namastack.NamastackOutboxMulticasterDisabler
- All Implemented Interfaces:
EnvironmentPostProcessor
An
EnvironmentPostProcessor that disables the Namastack multicaster if present on the classpath to make sure
it doesn't interfere with the Spring Modulith one.- Since:
- 2.1
- Author:
- Oliver Drotbohm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application)
-
Constructor Details
-
NamastackOutboxMulticasterDisabler
NamastackOutboxMulticasterDisabler()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) - Specified by:
postProcessEnvironmentin interfaceEnvironmentPostProcessor
-