Hi - A couple of general questions: (1) What is the use case for an imperative flow vs. functional flow? (2) When is mixing the two appropriate?
c
Chris White
10/21/2019, 6:49 PM
The underlying Flow itself will be identical regardless of whether you build it with the imperative or functional APIs; the two APIs are purely a matter of personal preference. The functional API is best for tasks which exchange data, and the imperative API is best for avoiding creating task copies