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 Details

    • TestBinderEnvironmentPostProcessor

      public TestBinderEnvironmentPostProcessor()
  • Method Details

    • postProcessEnvironment

      public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
      Specified by:
      postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor