Revert "Fix @InChAdapter for several suppliers"
This reverts commit cd9173cd95.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user