Class BinderTestEnvironmentPostProcessor
java.lang.Object
org.springframework.cloud.stream.binder.BinderTestEnvironmentPostProcessor
- All Implemented Interfaces:
org.springframework.boot.EnvironmentPostProcessor
public class BinderTestEnvironmentPostProcessor
extends Object
implements org.springframework.boot.EnvironmentPostProcessor
An
EnvironmentPostProcessor that sets some common configuration properties (log
config etc.,) for binder tests.- Author:
- Ilayaperumal Gopinathan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Constructor Details
-
BinderTestEnvironmentPostProcessor
public BinderTestEnvironmentPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironmentin interfaceorg.springframework.boot.EnvironmentPostProcessor
-