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
For advanced usage where complex processing is needed it's possible to use a callback that will receive content as an argument and should return it processed.
However, imagine the scenario where you want to drive the output of a processor from an asynchronous API, based upon the contents of the text file. At present, you can't use custom processors for that scenario as they are synchronous.
What do you think about having an asynchronous custom processors API as well? Something like this say:
Hello!
I've been reading about custom processors:
Custom processors are great, and very powerful!
However, imagine the scenario where you want to drive the output of a processor from an asynchronous API, based upon the contents of the text file. At present, you can't use custom processors for that scenario as they are synchronous.
What do you think about having an asynchronous custom processors API as well? Something like this say:
The text was updated successfully, but these errors were encountered: