Class TestSupportBinderConfiguration

java.lang.Object
org.springframework.cloud.stream.test.binder.TestSupportBinderConfiguration

@Configuration @ConditionalOnMissingBean(org.springframework.cloud.stream.binder.Binder.class) public class TestSupportBinderConfiguration extends Object
Binder Configuration for the TestSupportBinder Either imported by the TestSupportBinderAutoConfiguration for the test binder default usage scenario (superseding all binders on the classpath), or used as a binder configuration on the classpath when test binder autoconfiguration is disabled.
Author:
Marius Bogoevici
  • Constructor Details

    • TestSupportBinderConfiguration

      public TestSupportBinderConfiguration()
  • Method Details

    • binder

      @Bean public Binder<org.springframework.messaging.MessageChannel,?,?> binder()