Revert "Fix @InChAdapter for several suppliers"

This reverts commit cd9173cd95.
This commit is contained in:
Artem Bilan
2020-10-22 12:06:07 -04:00
parent cd9173cd95
commit 0cd669fee9
2 changed files with 4 additions and 13 deletions

View File

@@ -87,12 +87,6 @@ public class ReactiveInboundChannelAdapterTests {
};
}
@Bean
@InboundChannelAdapter(value = "fluxChannel", autoStartup = "false", poller = @Poller(fixedDelay = "100000"))
public Supplier<String> anotherSupplier() {
return () -> "void";
}
@Bean
public MessageChannel fluxChannel() {
return new FluxMessageChannel();