You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IntegrationFlows.from(Supplier<T>) has been replaced with the IntegrationFlows.fromSupplier(Supplier<T>) since the IntegrationFlows.from(MessageSource<?>) has the same semantics and doesn't compile on Java 14.