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 Details

    • BinderTestEnvironmentPostProcessor

      public BinderTestEnvironmentPostProcessor()
  • 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.EnvironmentPostProcessor