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