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
@@ -388,7 +388,7 @@ public IntegrationFlow pollingFlow() {
388
388
----
389
389
====
390
390
391
-
For those cases that have no requirements to build `Message` objects directly, you can use the `IntegrationFlows.from()` variant that is based on the `java.util.function.Supplier` .
391
+
For those cases that have no requirements to build `Message` objects directly, you can use a `IntegrationFlows.fromSupplier()` variant that is based on the `java.util.function.Supplier` .
392
392
The result of the `Supplier.get()` is automatically wrapped in a `Message` (if it is not already a `Message`).
0 commit comments